Home | Sort by relevance Sort by last modified time |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ | |
wps.h | 271 * static_wep_only - Whether the BSS supports only static WEP 273 int static_wep_only; member in struct:wps_registrar_config |
wps_registrar.c | 105 int static_wep_only; member in struct:wps_registrar 386 reg->static_wep_only = cfg->static_wep_only; 851 if (reg->static_wep_only) { [all...] |
/external/wpa_supplicant_8/src/wps/ | |
wps.h | 385 * static_wep_only - Whether the BSS supports only static WEP 387 int static_wep_only; member in struct:wps_registrar_config |
wps_registrar.c | 129 int static_wep_only; member in struct:wps_registrar 621 reg->static_wep_only = cfg->static_wep_only; 1196 if (reg->static_wep_only) { [all...] |