Home
last modified time | relevance | path

Searched refs:add_sta (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.h161 } add_sta; member
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()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h326 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
Dwpa_auth_glue.c1479 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
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()