Searched refs:add_sta (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_hostap.h | 159 } add_sta; member
|
H A D | driver_hostap.c | 654 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 D | sta.h | 623 * @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 D | mld-mac80211.c | 729 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_vif_cfg_changed_station()
|
H A D | mac80211.c | 3779 .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 D | wpa_auth.h | 374 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
|
H A D | wpa_auth_glue.c | 1638 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 679 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()
|