Lines Matching refs:wep
322 idx = ssid->wep.idx; in hostapd_broadcast_wep_set()
323 if (ssid->wep.default_len && in hostapd_broadcast_wep_set()
326 1, NULL, 0, ssid->wep.key[idx], in hostapd_broadcast_wep_set()
327 ssid->wep.len[idx])) { in hostapd_broadcast_wep_set()
537 if (hapd->conf->ssid.wep.default_len) { in hostapd_setup_encryption()
549 if (hapd->conf->ssid.wep.key[i] && in hostapd_setup_encryption()
551 i == hapd->conf->ssid.wep.idx, NULL, 0, in hostapd_setup_encryption()
552 hapd->conf->ssid.wep.key[i], in hostapd_setup_encryption()
553 hapd->conf->ssid.wep.len[i])) { in hostapd_setup_encryption()
558 if (hapd->conf->ssid.wep.key[i] && in hostapd_setup_encryption()
559 i == hapd->conf->ssid.wep.idx) in hostapd_setup_encryption()