Lines Matching refs:wep
245 idx = ssid->wep.idx; in hostapd_broadcast_wep_set()
246 if (ssid->wep.default_len && in hostapd_broadcast_wep_set()
249 1, NULL, 0, ssid->wep.key[idx], in hostapd_broadcast_wep_set()
250 ssid->wep.len[idx])) { in hostapd_broadcast_wep_set()
413 if (hapd->conf->ssid.wep.default_len) { in hostapd_setup_encryption()
425 if (hapd->conf->ssid.wep.key[i] && in hostapd_setup_encryption()
427 i == hapd->conf->ssid.wep.idx, NULL, 0, in hostapd_setup_encryption()
428 hapd->conf->ssid.wep.key[i], in hostapd_setup_encryption()
429 hapd->conf->ssid.wep.len[i])) { in hostapd_setup_encryption()
434 if (hapd->conf->ssid.wep.key[i] && in hostapd_setup_encryption()
435 i == hapd->conf->ssid.wep.idx) in hostapd_setup_encryption()