Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h623 * @add_sta: pointer to the function that adds a new sta
629 int (*add_sta)(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
609 int (*add_sta)(struct iwl_mvm *mvm, struct ieee80211_vif *vif, global() member
H A Dmld-mac80211.c729 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_vif_cfg_changed_station()
H A Dmac80211.c3779 .add_sta = iwl_mvm_add_sta, in iwl_mvm_sta_state_auth_to_assoc()
3902 ret = callbacks->add_sta(mvm, vif, sta); in iwl_mvm_mac_sta_state_common()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h374 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1638 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c679 if (wpa_auth->cb->add_sta == NULL) in wpa_ft_add_sta()
681 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr); in wpa_ft_add_sta()