Searched defs:rtl_p2p_ps_info (Results 1 – 1 of 1) sorted by relevance
1224 struct rtl_p2p_ps_info { struct1225 enum p2p_ps_mode p2p_ps_mode; /* indicate p2p ps mode */1226 enum p2p_ps_state p2p_ps_state; /* indicate p2p ps state */1227 u8 noa_index; /* Identifies instance of Notice of Absence timing. */1229 u8 ctwindow;1230 u8 opp_ps; /* opportunistic power save. */1231 u8 noa_num; /* number of NoA descriptor in P2P IE. */1233 u8 noa_count_type[P2P_MAX_NOA_NUM];1237 u32 noa_duration[P2P_MAX_NOA_NUM];1241 u32 noa_interval[P2P_MAX_NOA_NUM];[all …]