Searched refs:mgmt_frame (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c525 struct rsi_mac_frame *mgmt_frame; rsi_send_aggregation_params_frame() local
537 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_send_aggregation_params_frame()
541 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_send_aggregation_params_frame()
542 mgmt_frame->desc_word[1] = cpu_to_le16(AMPDU_IND); rsi_send_aggregation_params_frame()
545 mgmt_frame->desc_word[4] = cpu_to_le16(ssn); rsi_send_aggregation_params_frame()
546 mgmt_frame->desc_word[5] = cpu_to_le16(buf_size); rsi_send_aggregation_params_frame()
547 mgmt_frame->desc_word[7] = rsi_send_aggregation_params_frame()
550 mgmt_frame->desc_word[4] = cpu_to_le16(ssn); rsi_send_aggregation_params_frame()
551 mgmt_frame->desc_word[7] = cpu_to_le16(tid | rsi_send_aggregation_params_frame()
556 mgmt_frame->desc_word[7] = cpu_to_le16(tid | rsi_send_aggregation_params_frame()
560 mgmt_frame->desc_word[7] = cpu_to_le16(tid | rsi_send_aggregation_params_frame()
581 struct rsi_mac_frame *mgmt_frame; rsi_program_bb_rf() local
593 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_program_bb_rf()
595 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_program_bb_rf()
596 mgmt_frame->desc_word[1] = cpu_to_le16(BBP_PROG_IN_TA); rsi_program_bb_rf()
597 mgmt_frame->desc_word[4] = cpu_to_le16(common->endpoint); rsi_program_bb_rf()
600 mgmt_frame->desc_word[7] = cpu_to_le16(RF_RESET_ENABLE); rsi_program_bb_rf()
606 mgmt_frame->desc_word[7] |= cpu_to_le16(PUT_BBP_RESET | rsi_program_bb_rf()
826 struct rsi_mac_frame *mgmt_frame; rsi_send_reset_mac() local
838 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_send_reset_mac()
840 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_send_reset_mac()
841 mgmt_frame->desc_word[1] = cpu_to_le16(RESET_MAC_REQ); rsi_send_reset_mac()
842 mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8); rsi_send_reset_mac()
916 struct rsi_mac_frame *mgmt_frame; rsi_set_channel() local
929 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_set_channel()
931 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_set_channel()
932 mgmt_frame->desc_word[1] = cpu_to_le16(SCAN_REQUEST); rsi_set_channel()
933 mgmt_frame->desc_word[4] = cpu_to_le16(channel); rsi_set_channel()
935 mgmt_frame->desc_word[7] = cpu_to_le16(PUT_BBP_RESET | rsi_set_channel()
939 mgmt_frame->desc_word[5] = cpu_to_le16(0x01); rsi_set_channel()
940 mgmt_frame->desc_word[6] = cpu_to_le16(0x12); rsi_set_channel()
943 mgmt_frame->desc_word[5] |= cpu_to_le16(0x1 << 8); rsi_set_channel()
1171 struct rsi_mac_frame *mgmt_frame; rsi_eeprom_read() local
1184 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_eeprom_read()
1187 mgmt_frame->desc_word[1] = cpu_to_le16(EEPROM_READ_TYPE); rsi_eeprom_read()
1188 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_eeprom_read()
1190 mgmt_frame->desc_word[3] = cpu_to_le16(ETH_ALEN + rsi_eeprom_read()
1195 mgmt_frame->desc_word[4] = cpu_to_le16(WLAN_MAC_EEPROM_ADDR); rsi_eeprom_read()
1212 struct rsi_mac_frame *mgmt_frame; rsi_send_block_unblock_frame() local
1225 mgmt_frame = (struct rsi_mac_frame *)skb->data; rsi_send_block_unblock_frame()
1227 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); rsi_send_block_unblock_frame()
1228 mgmt_frame->desc_word[1] = cpu_to_le16(BLOCK_HW_QUEUE); rsi_send_block_unblock_frame()
1232 mgmt_frame->desc_word[4] = cpu_to_le16(0xf); rsi_send_block_unblock_frame()
1235 mgmt_frame->desc_word[5] = cpu_to_le16(0xf); rsi_send_block_unblock_frame()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.c1365 struct ieee80211_mgmt *mgmt_frame; brcmf_p2p_notify_action_frame_rx() local
1418 mgmt_frame = kzalloc(offsetof(struct ieee80211_mgmt, u) + brcmf_p2p_notify_action_frame_rx()
1420 if (!mgmt_frame) { brcmf_p2p_notify_action_frame_rx()
1424 memcpy(mgmt_frame->da, ifp->mac_addr, ETH_ALEN); brcmf_p2p_notify_action_frame_rx()
1425 brcmf_fil_cmd_data_get(ifp, BRCMF_C_GET_BSSID, mgmt_frame->bssid, brcmf_p2p_notify_action_frame_rx()
1427 memcpy(mgmt_frame->sa, e->addr, ETH_ALEN); brcmf_p2p_notify_action_frame_rx()
1428 mgmt_frame->frame_control = cpu_to_le16(IEEE80211_STYPE_ACTION); brcmf_p2p_notify_action_frame_rx()
1429 memcpy(&mgmt_frame->u, frame, mgmt_frame_len); brcmf_p2p_notify_action_frame_rx()
1438 cfg80211_rx_mgmt(wdev, freq, 0, (u8 *)mgmt_frame, mgmt_frame_len, 0); brcmf_p2p_notify_action_frame_rx()
1440 kfree(mgmt_frame); brcmf_p2p_notify_action_frame_rx()
1859 u8 *mgmt_frame; brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
1895 mgmt_frame = (u8 *)(rxframe + 1); brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1902 cfg80211_rx_mgmt(&vif->wdev, freq, 0, mgmt_frame, mgmt_frame_len, 0); brcmf_p2p_notify_rx_mgmt_p2p_probereq()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c552 struct ieee80211_mgmt *mgmt_frame = (void *)buf; wil_cfg80211_mgmt_tx() local
565 memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN); wil_cfg80211_mgmt_tx()
H A Dwmi.c385 struct ieee80211_mgmt *mgmt_frame = wmi_evt_tx_mgmt() local
389 wil_hex_dump_wmi("MGMT Tx ", DUMP_PREFIX_OFFSET, 16, 1, mgmt_frame, wmi_evt_tx_mgmt()

Completed in 215 milliseconds