Home
last modified time | relevance | path

Searched defs:eosp (Results 1 – 3 of 3) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dmesh_ps.c360 static void mpsp_trigger_send(struct sta_info *sta, bool rspi, bool eosp) in mpsp_trigger_send()
537 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_xmit.h448 u8 eosp; member
Dwifi.h419 #define SetEOSP(qc, eosp) SET_BITS_TO_LE_2BYTE(((u8 *)(qc)), 4, 1, eosp) argument