Searched refs:add_sta (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H 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()
|
| H A D | cfg80211.c | 3981 struct mwifiex_sta_info add_sta; in mwifiex_cfg80211_uap_add_station() local 3984 memcpy(add_sta.peer_mac, mac, ETH_ALEN); in mwifiex_cfg80211_uap_add_station() 3985 add_sta.params = params; in mwifiex_cfg80211_uap_add_station() 3988 HostCmd_ACT_ADD_STA, 0, (void *)&add_sta, true); in mwifiex_cfg80211_uap_add_station()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 1773 switch (pkt->u.add_sta.status) { in il_process_add_sta_resp() 1791 D_ASSOC("Received C_ADD_STA:(0x%08X)\n", pkt->u.add_sta.status); in il_process_add_sta_resp()
|