Searched refs:default_wep_key_len (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dieee802_1x.c207 key->default_len = hapd->conf->default_wep_key_len;
326 hapd->conf->default_wep_key_len);
1377 if (hapd->conf->default_wep_key_len < 1)
1381 eapol->default_wep_key = os_malloc(hapd->conf->default_wep_key_len);
1384 hapd->conf->default_wep_key_len)) {
1393 hapd->conf->default_wep_key_len);
1438 hapd->conf->default_wep_key_len)) {
1681 if (hapd->conf->default_wep_key_len) {
H A Dap_config.h181 size_t default_wep_key_len; member in struct:hostapd_bss_config
H A Dwps_hostapd.c592 if (conf->default_wep_key_len)
H A Dieee802_11.c118 (hapd->conf->default_wep_key_len ||
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1392 bss->default_wep_key_len = atoi(pos);
1393 if (bss->default_wep_key_len > 13) {
1397 bss->default_wep_key_len,
1399 bss->default_wep_key_len * 8);
2031 bss->ssid.wep.default_len = bss->default_wep_key_len;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dap.c114 bss->ssid.wep.default_len = bss->default_wep_key_len;

Completed in 115 milliseconds