Lines Matching refs:wep
815 hostapd_config_free_wep(&conf->ssid.wep); in hostapd_config_free_bss()
1272 int wep, i; in hostapd_config_check_bss() local
1274 wep = bss->default_wep_key_len > 0 || in hostapd_config_check_bss()
1277 if (bss->ssid.wep.keys_set) { in hostapd_config_check_bss()
1278 wep = 1; in hostapd_config_check_bss()
1283 if (wep) { in hostapd_config_check_bss()
1417 bss->ssid.wep.keys_set && bss->wpa == 0) { in hostapd_config_check_bss()
1643 bss->ssid.wep.default_len = bss->default_wep_key_len; in hostapd_set_security_params()
1647 } else if (full_config && bss->ssid.wep.keys_set) { in hostapd_set_security_params()
1648 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()
1660 } else if (bss->ssid.wep.keys_set) { in hostapd_set_security_params()
1662 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()