Home
last modified time | relevance | path

Searched refs:qos_ctrl (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c359 qoshdr->qos_ctrl = cpu_to_le16(AC & IEEE80211_QOS_CTL_TID_MASK); in ConstructNullFunctionData()
361 qoshdr->qos_ctrl |= cpu_to_le16(IEEE80211_QOS_CTL_EOSP); in ConstructNullFunctionData()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_recv.c1312 u16 qos_ctrl = le16_to_cpu(*qptr); in validate_recv_data_frame() local
1314 pattrib->priority = qos_ctrl & IEEE80211_QOS_CTL_TID_MASK; in validate_recv_data_frame()
1315 pattrib->ack_policy = (qos_ctrl >> 5) & 3; in validate_recv_data_frame()
1317 (qos_ctrl & IEEE80211_QOS_CTL_A_MSDU_PRESENT) >> 7; in validate_recv_data_frame()
Drtw_xmit.c923 qoshdr->qos_ctrl = cpu_to_le16( in rtw_make_wlanhdr()
926 qoshdr->qos_ctrl |= cpu_to_le16( in rtw_make_wlanhdr()
931 qoshdr->qos_ctrl |= in rtw_make_wlanhdr()
Drtw_mlme_ext.c3521 pwlanhdr->qos_ctrl = cpu_to_le16(tid & IEEE80211_QOS_CTL_TID_MASK); in _issue_qos_nulldata23a()
3522 pwlanhdr->qos_ctrl |= cpu_to_le16((pattrib->ack_policy << 5) & in _issue_qos_nulldata23a()
3525 pwlanhdr->qos_ctrl |= cpu_to_le16(IEEE80211_QOS_CTL_EOSP); in _issue_qos_nulldata23a()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h399 __le16 qos_ctrl; member
419 __le16 qos_ctrl; member
Dipw2200.c7224 tfd->tfd.tfd_26.mchdr.qos_ctrl |= cpu_to_le16(CTRL_QOS_NO_ACK); in ipw_qos_set_tx_queue_command()
/linux-4.1.27/net/mac80211/
Dsta_info.c1267 nullfunc->qos_ctrl = cpu_to_le16(tid); in ieee80211_send_null_response()
1270 nullfunc->qos_ctrl |= in ieee80211_send_null_response()
Dcfg.c3542 nullfunc->qos_ctrl = cpu_to_le16(7); in ieee80211_probe_client()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dtrx.c347 u16 tid = le16_to_cpu(hdr_qos->qos_ctrl) & 0xf; in translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dtrx.c283 u16 tid = le16_to_cpu(hdr_qos->qos_ctrl) & 0xf; in _rtl92ee_translate_rx_signal_stuff()
/linux-4.1.27/include/linux/
Dieee80211.h246 __le16 qos_ctrl; member
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dmain.c597 template.qos_ctrl = cpu_to_le16(0); in wl1251_build_qos_null_data()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dcmd.c1322 template.qos_ctrl = cpu_to_le16(0); in wl1271_build_qos_null_data()