Home
last modified time | relevance | path

Searched refs:hostapd_drv_set_key (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.c141 if (hostapd_drv_set_key(ifname, hapd, WPA_ALG_NONE, NULL, i, in hostapd_broadcast_key_clear_iface()
151 if (hostapd_drv_set_key(ifname, hapd, WPA_ALG_NONE, in hostapd_broadcast_key_clear_iface()
178 hostapd_drv_set_key(hapd->conf->iface, in hostapd_broadcast_wep_set()
199 if (hostapd_drv_set_key(ifname, hapd, WPA_ALG_WEP, in hostapd_broadcast_wep_set()
319 hostapd_drv_set_key(iface, hapd, WPA_ALG_WEP, NULL, i, in hostapd_setup_encryption()
Dap_drv_ops.h77 int hostapd_drv_set_key(const char *ifname,
Dieee802_1x.c221 if (hostapd_drv_set_key(ifname, hapd, WPA_ALG_WEP, in ieee802_1x_group_alloc()
340 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
1488 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
1738 hostapd_drv_set_key(hapd->conf->iface, hapd, in ieee802_1x_init()
Dwpa_auth_glue.c228 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0, in hostapd_wpa_auth_set_key()
Dvlan_init.c741 hostapd_drv_set_key(dyn_vlan, hapd, WPA_ALG_WEP, NULL, i, in vlan_setup_encryption_dyn()
Dap_drv_ops.c546 int hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, in hostapd_drv_set_key() function