Searched refs:add_sta (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | uap_cmd.c | 795 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 D | cfg80211.c | 3976 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 D | sta.h | 621 int (*add_sta)(struct iwl_mvm *mvm, struct ieee80211_vif *vif, member
|
| A D | mld-mac80211.c | 677 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_mac_sta_state()
|
| A D | mac80211.c | 3766 .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 D | ieee80211.h | 196 } add_sta; member
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | commands.h | 3373 struct il_add_sta_resp add_sta; member
|
| A D | common.c | 1774 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