Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
A Duap_cmd.c795 struct mwifiex_sta_info *add_sta = (struct mwifiex_sta_info *)data_buf; in mwifiex_cmd_uap_add_station() local
796 struct station_parameters *params = add_sta->params; in mwifiex_cmd_uap_add_station()
812 sta_ptr = mwifiex_add_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station()
814 sta_ptr = mwifiex_get_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station()
819 memcpy(new_sta->peer_mac, add_sta->peer_mac, ETH_ALEN); in mwifiex_cmd_uap_add_station()
A Dcfg80211.c3976 struct mwifiex_sta_info add_sta; in mwifiex_cfg80211_uap_add_station() local
3979 memcpy(add_sta.peer_mac, mac, ETH_ALEN); in mwifiex_cfg80211_uap_add_station()
3980 add_sta.params = params; in mwifiex_cfg80211_uap_add_station()
3983 HostCmd_ACT_ADD_STA, 0, (void *)&add_sta, true); in mwifiex_cfg80211_uap_add_station()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dsta.h621 int (*add_sta)(struct iwl_mvm *mvm, struct ieee80211_vif *vif, member
A Dmld-mac80211.c677 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_mac_sta_state()
A Dmac80211.c3766 .add_sta = iwl_mvm_add_sta, in iwl_mvm_mac_sta_state()
3889 ret = callbacks->add_sta(mvm, vif, sta); in iwl_mvm_sta_state_notexist_to_none()
/drivers/staging/rtl8723bs/include/
A Dieee80211.h196 } add_sta; member
/drivers/net/wireless/intel/iwlegacy/
A Dcommands.h3373 struct il_add_sta_resp add_sta; member
A Dcommon.c1774 switch (pkt->u.add_sta.status) { in il_process_add_sta_resp()
1792 D_ASSOC("Received C_ADD_STA:(0x%08X)\n", pkt->u.add_sta.status); in il_process_add_sta_resp()

Completed in 662 milliseconds