Home
last modified time | relevance | path

Searched refs:add_sta (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.h161 } add_sta; member
H A Ddriver_hostap.c650 param.u.add_sta.aid = params->aid; in hostap_sta_add()
651 param.u.add_sta.capability = params->capability; in hostap_sta_add()
652 param.u.add_sta.tx_supp_rates = tx_supp_rates; in hostap_sta_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.h159 } add_sta; member
H A Ddriver_hostap.c654 param.u.add_sta.aid = params->aid; in hostap_sta_add()
655 param.u.add_sta.capability = params->capability; in hostap_sta_add()
656 param.u.add_sta.tx_supp_rates = tx_supp_rates; in hostap_sta_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.h279 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1288 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c674 if (wpa_auth->cb->add_sta == NULL) in wpa_ft_add_sta()
676 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr); in wpa_ft_add_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h324 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1494 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c675 if (wpa_auth->cb->add_sta == NULL) in wpa_ft_add_sta()
677 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr); in wpa_ft_add_sta()

Completed in 42 milliseconds