Lines Matching refs:wep
423 hostapd_config_free_wep(&conf->ssid.wep); in hostapd_config_free_bss()
716 int wep, i; in hostapd_config_check_bss() local
718 wep = bss->default_wep_key_len > 0 || in hostapd_config_check_bss()
721 if (bss->ssid.wep.keys_set) { in hostapd_config_check_bss()
722 wep = 1; in hostapd_config_check_bss()
727 if (wep) { in hostapd_config_check_bss()
814 bss->ssid.wep.keys_set && bss->wpa == 0) { in hostapd_config_check_bss()
938 bss->ssid.wep.default_len = bss->default_wep_key_len; in hostapd_set_security_params()
942 } else if (full_config && bss->ssid.wep.keys_set) { in hostapd_set_security_params()
943 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()
953 } else if (bss->ssid.wep.keys_set) { in hostapd_set_security_params()
955 if (bss->ssid.wep.len[0] >= 13) in hostapd_set_security_params()