Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_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()
/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth.h279 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
HDwpa_auth_glue.c1288 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
HDwpa_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()