Home
last modified time | relevance | path

Searched refs:IEEE80211_QOS_CTL_EOSP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_ps.c67 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()
392 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mpsp_trigger_send()
520 *qoshdr |= IEEE80211_QOS_CTL_EOSP; in mps_frame_deliver()
543 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process()
H A Dstatus.c96 if (*p & IEEE80211_QOS_CTL_EOSP) in ieee80211_handle_filtered_frame()
97 *p &= ~IEEE80211_QOS_CTL_EOSP; in ieee80211_handle_filtered_frame()
H A Dsta_info.c1824 cpu_to_le16(IEEE80211_QOS_CTL_EOSP); in ieee80211_send_null_response()
2085 *qoshdr |= IEEE80211_QOS_CTL_EOSP; in ieee80211_sta_ps_deliver_response()
/openbmc/linux/include/linux/
H A Dieee80211.h261 #define IEEE80211_QOS_CTL_EOSP 0x0010 macro
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c721 qc[0] |= IEEE80211_QOS_CTL_EOSP; in __rtw89_core_tx_adjust_he_qos_htc()