Searched refs:wpa_auth_set_key (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/ap/ |
D | wpa_auth.c | 285 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 2288 if (wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 0, NULL, 2293 wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 1, NULL, 3491 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, 4763 wpa_auth_set_key(sm->wpa_auth, 0, 5084 res = wpa_auth_set_key(sm->wpa_auth, 0, 0, sm->addr, 5088 res = wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 5857 if (wpa_auth_set_key(wpa_auth, group->vlan_id, 5872 wpa_auth_set_key(wpa_auth, group->vlan_id, alg, 5886 if (wpa_auth_set_key(wpa_auth, group->vlan_id, alg,
|
D | wpa_auth_ft.c | 2878 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 2945 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, sm->keyidx_active, in wpa_ft_install_ptk()
|