Home
last modified time | relevance | path

Searched refs:static_wep_only (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h273 int static_wep_only; member
Dwps_registrar.c105 int static_wep_only; member
386 reg->static_wep_only = cfg->static_wep_only; in wps_registrar_init()
851 if (reg->static_wep_only) { in wps_set_ie()
/external/wpa_supplicant_8/src/wps/
Dwps.h387 int static_wep_only; member
Dwps_registrar.c129 int static_wep_only; member
621 reg->static_wep_only = cfg->static_wep_only; in wps_registrar_init()
1196 if (reg->static_wep_only) { in wps_set_ie()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c860 cfg.static_wep_only = 1; in hostapd_init_wps()