Lines Matching refs:wep
571 hostapd_config_free_wep(&conf->ssid.wep); in hostapd_config_free_bss()
922 int wep, i; in hostapd_config_check_bss() local
924 wep = bss->default_wep_key_len > 0 || in hostapd_config_check_bss()
927 if (bss->ssid.wep.keys_set) { in hostapd_config_check_bss()
928 wep = 1; in hostapd_config_check_bss()
933 if (wep) { in hostapd_config_check_bss()
1039 bss->ssid.wep.keys_set && bss->wpa == 0) { in hostapd_config_check_bss()
1190 bss->ssid.wep.default_len = bss->default_wep_key_len; in hostapd_set_security_params()
1194 } else if (full_config && bss->ssid.wep.keys_set) { in hostapd_set_security_params()
1195 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()
1205 } else if (bss->ssid.wep.keys_set) { in hostapd_set_security_params()
1207 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()