Searched defs:rtl_p2p_ps_info (Results 1 – 1 of 1) sorted by relevance
1096 struct rtl_p2p_ps_info { struct1097 enum p2p_ps_mode p2p_ps_mode; /* indicate p2p ps mode */1098 enum p2p_ps_state p2p_ps_state; /* indicate p2p ps state */1099 u8 noa_index; /* Identifies instance of Notice of Absence timing. */1101 u8 ctwindow;1102 u8 opp_ps; /* opportunistic power save. */1103 u8 noa_num; /* number of NoA descriptor in P2P IE. */1105 u8 noa_count_type[P2P_MAX_NOA_NUM];1109 u32 noa_duration[P2P_MAX_NOA_NUM];1113 u32 noa_interval[P2P_MAX_NOA_NUM];[all …]