Home
last modified time | relevance | path

Searched refs:qosnull (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dinit.c207 struct ieee80211_qos_hdr *qosnull; in wl1271_ap_init_qos_null_template() local
211 qosnull = kzalloc(sizeof(*qosnull), GFP_KERNEL); in wl1271_ap_init_qos_null_template()
212 if (!qosnull) { in wl1271_ap_init_qos_null_template()
217 qosnull->frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA | in wl1271_ap_init_qos_null_template()
223 memcpy(qosnull->addr2, vif->addr, ETH_ALEN); in wl1271_ap_init_qos_null_template()
224 memcpy(qosnull->addr3, vif->addr, ETH_ALEN); in wl1271_ap_init_qos_null_template()
228 CMD_TEMPL_QOS_NULL_DATA, qosnull, in wl1271_ap_init_qos_null_template()
229 sizeof(*qosnull), 0, rate); in wl1271_ap_init_qos_null_template()
232 kfree(qosnull); in wl1271_ap_init_qos_null_template()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c1530 u8 *qosnull; in rtl8812ae_set_fw_rsvdpagepkt() local
1572 qosnull = &reserved_page_packet_8812[QOSNULL_PG * 512]; in rtl8812ae_set_fw_rsvdpagepkt()
1573 SET_80211_HDR_ADDRESS1(qosnull, mac->bssid); in rtl8812ae_set_fw_rsvdpagepkt()
1574 SET_80211_HDR_ADDRESS2(qosnull, mac->mac_addr); in rtl8812ae_set_fw_rsvdpagepkt()
1575 SET_80211_HDR_ADDRESS3(qosnull, mac->bssid); in rtl8812ae_set_fw_rsvdpagepkt()
1667 u8 *qosnull; in rtl8821ae_set_fw_rsvdpagepkt() local
1709 qosnull = &reserved_page_packet_8821[QOSNULL_PG * 256]; in rtl8821ae_set_fw_rsvdpagepkt()
1710 SET_80211_HDR_ADDRESS1(qosnull, mac->bssid); in rtl8821ae_set_fw_rsvdpagepkt()
1711 SET_80211_HDR_ADDRESS2(qosnull, mac->mac_addr); in rtl8821ae_set_fw_rsvdpagepkt()
1712 SET_80211_HDR_ADDRESS3(qosnull, mac->bssid); in rtl8821ae_set_fw_rsvdpagepkt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dfw.c490 u8 *qosnull; in rtl8723be_set_fw_rsvdpagepkt() local
537 qosnull = &reserved_page_packet[QOS_NULL_PG * 128]; in rtl8723be_set_fw_rsvdpagepkt()
538 SET_80211_HDR_ADDRESS1(qosnull, mac->bssid); in rtl8723be_set_fw_rsvdpagepkt()
539 SET_80211_HDR_ADDRESS2(qosnull, mac->mac_addr); in rtl8723be_set_fw_rsvdpagepkt()
540 SET_80211_HDR_ADDRESS3(qosnull, mac->bssid); in rtl8723be_set_fw_rsvdpagepkt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.c669 u8 *qosnull; in rtl92ee_set_fw_rsvdpagepkt() local
716 qosnull = &reserved_page_packet[QOS_NULL_PG * 128]; in rtl92ee_set_fw_rsvdpagepkt()
717 SET_80211_HDR_ADDRESS1(qosnull, mac->bssid); in rtl92ee_set_fw_rsvdpagepkt()
718 SET_80211_HDR_ADDRESS2(qosnull, mac->mac_addr); in rtl92ee_set_fw_rsvdpagepkt()
719 SET_80211_HDR_ADDRESS3(qosnull, mac->bssid); in rtl92ee_set_fw_rsvdpagepkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c1171 cpu_to_le32(SET_WORD(ids->qosnull, FWCMD_H2C_GENERAL_PKT_QOS_NULL_ID) | in mac_general_pkt_ids()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c1171 cpu_to_le32(SET_WORD(ids->qosnull, FWCMD_H2C_GENERAL_PKT_QOS_NULL_ID) | in mac_general_pkt_ids()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c5099 mac_ids.qosnull = entry->pkt_info[PKT_TYPE_QOS_NULL].id; in rtw_hal_mac_pkt_update_ids()
5107 mac_ids.qosnull, in rtw_hal_mac_pkt_update_ids()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c5117 mac_ids.qosnull = entry->pkt_info[PKT_TYPE_QOS_NULL].id; in rtw_hal_mac_pkt_update_ids()
5125 mac_ids.qosnull, in rtw_hal_mac_pkt_update_ids()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h7110 u8 qosnull; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h7110 u8 qosnull; member