Searched refs:wpa_auth_set_key (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 152 int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 1809 if (wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 0, NULL, in wpa_remove_ptk() 1814 wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 1, NULL, in wpa_remove_ptk() 2897 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, in fils_set_tk() 3471 wpa_auth_set_key(sm->wpa_auth, 0, in SM_STATE() 3681 res = wpa_auth_set_key(sm->wpa_auth, 0, 0, sm->addr, in SM_STATE() 3685 res = wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, in SM_STATE() 4368 if (wpa_auth_set_key(wpa_auth, group->vlan_id, in wpa_group_config_group_keys() 4383 wpa_auth_set_key(wpa_auth, group->vlan_id, alg, in wpa_group_config_group_keys() 4390 wpa_auth_set_key(wpa_aut in wpa_group_config_group_keys() [all...] |
H A D | wpa_auth.h | 576 int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id,
|
H A D | wpa_auth_ft.c | 2794 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 2847 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, sm->keyidx_active, in wpa_ft_install_ptk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 136 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 1724 if (wpa_auth_set_key(sm->wpa_auth, 0, WPA_ALG_NONE, sm->addr, 0, NULL, in wpa_remove_ptk() 2758 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, in fils_set_tk() 3357 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, in SM_STATE() 3954 if (wpa_auth_set_key(wpa_auth, group->vlan_id, in wpa_group_config_group_keys() 3969 wpa_auth_set_key(wpa_auth, group->vlan_id, alg, in wpa_group_config_group_keys()
|
H A D | wpa_auth_ft.c | 2614 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() function 2654 if (wpa_auth_set_key(sm->wpa_auth, 0, alg, sm->addr, 0, in wpa_ft_install_ptk()
|
Completed in 34 milliseconds