Searched refs:wpa_auth_set_key (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/src/ap/ |
D | wpa_auth.c | 139 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 1778 if (wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 0, NULL, in wpa_remove_ptk() 1783 wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 1, NULL, in wpa_remove_ptk() 2866 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, in fils_set_tk() 3442 wpa_auth_set_key(sm->wpa_auth, 0, in SM_STATE() 3652 res = wpa_auth_set_key(sm->wpa_auth, 0, 0, sm->addr, in SM_STATE() 3656 res = wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, in SM_STATE() 4339 if (wpa_auth_set_key(wpa_auth, group->vlan_id, in wpa_group_config_group_keys() 4354 wpa_auth_set_key(wpa_auth, group->vlan_id, alg, in wpa_group_config_group_keys() 4361 wpa_auth_set_key(wpa_auth, group->vlan_id, alg, in wpa_group_config_group_keys()
|
D | wpa_auth_ft.c | 2795 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 2848 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, sm->keyidx_active, in wpa_ft_install_ptk()
|