Searched defs:rtl_p2p_ps_info (Results 1 – 1 of 1) sorted by relevance
1136 struct rtl_p2p_ps_info { struct1137 enum p2p_ps_mode p2p_ps_mode; /* indicate p2p ps mode */1138 enum p2p_ps_state p2p_ps_state; /* indicate p2p ps state */1139 u8 noa_index; /* Identifies instance of Notice of Absence timing. */1141 u8 ctwindow;1142 u8 opp_ps; /* opportunistic power save. */1143 u8 noa_num; /* number of NoA descriptor in P2P IE. */1145 u8 noa_count_type[P2P_MAX_NOA_NUM];1149 u32 noa_duration[P2P_MAX_NOA_NUM];1153 u32 noa_interval[P2P_MAX_NOA_NUM];[all …]