Searched refs:qos_cntl (Results 1 – 2 of 2) sorted by relevance
62 struct ieee80211_qoscntl *qos_cntl; in ol_tx_encap_from_native_wifi() local80 qos_cntl = (struct ieee80211_qoscntl *)(localbuf + hdsize); in ol_tx_encap_from_native_wifi()81 qos_cntl->i_qos[0] = in ol_tx_encap_from_native_wifi()86 qos_cntl->i_qos[0] |= 1 << IEEE80211_QOS_ACKPOLICY_S; in ol_tx_encap_from_native_wifi()89 qos_cntl->i_qos[1] = 0; in ol_tx_encap_from_native_wifi()144 struct ieee80211_qoscntl *qos_cntl; in ol_tx_encap_from_8023() local207 qos_cntl = (struct ieee80211_qoscntl *)(localbuf + new_hdsize); in ol_tx_encap_from_8023()208 qos_cntl->i_qos[0] = in ol_tx_encap_from_8023()213 qos_cntl->i_qos[0] |= 1 << IEEE80211_QOS_ACKPOLICY_S; in ol_tx_encap_from_8023()215 qos_cntl->i_qos[1] = 0; in ol_tx_encap_from_8023()
361 struct ieee80211_qoscntl *qos_cntl; in pkt_capture_rx_convert8023to80211() local412 qos_cntl = in pkt_capture_rx_convert8023to80211()414 qos_cntl->i_qos[0] = in pkt_capture_rx_convert8023to80211()418 qos_cntl->i_qos[1] = 0; in pkt_capture_rx_convert8023to80211()465 struct ieee80211_qoscntl *qos_cntl; in pkt_capture_rx_convert8023to80211() local503 qos_cntl = in pkt_capture_rx_convert8023to80211()506 qos_cntl->i_qos[0] = (tid & IEEE80211_QOS_TID); in pkt_capture_rx_convert8023to80211()509 qos_cntl->i_qos[1] = 0; in pkt_capture_rx_convert8023to80211()1135 struct ieee80211_qoscntl *qos_cntl; in pkt_capture_tx_data_cb() local1217 qos_cntl = (struct ieee80211_qoscntl *) in pkt_capture_tx_data_cb()[all …]