Changed the scope of stations. Now the stations are managed on a global level.

This commit is contained in:
vemax78
2014-03-23 20:42:59 +01:00
parent 0873967b88
commit eee74744d0
6 changed files with 278 additions and 165 deletions

View File

@ -616,7 +616,7 @@ static int wtp_parsing_configuration_1_0(config_t* config) {
case CAPWAP_WIRELESS_BINDING_IEEE80211: {
/* Initialize wifi binding driver */
capwap_logging_info("Initializing wifi binding engine");
if (wifi_driver_init()) {
if (wifi_driver_init(g_wtp.timeout)) {
capwap_logging_fatal("Unable initialize wifi binding engine");
return 0;
}