Structure containing all information linked with NoA. More...
#include <p2p.h>

Data Fields | |
| struct mm_timer_tag | noa_timer |
| Timer used for P2P Notice of Absence management. | |
| uint8_t | noa_status |
| Status of the NOA timer. | |
| uint8_t | p2p_index |
| Index of the linked P2P information structure. | |
| uint8_t | noa_inst |
| NOA Instance. | |
| uint8_t | noa_counter |
| NOA Counter Indicate the remaining number of absence (current one included) - 255 for continuous. | |
| uint8_t | noa_init_counter |
| Initial NOA Counter value. | |
| uint32_t | noa_dur_us |
| NOA - Absence Duration (in us). | |
| uint32_t | noa_intv_us |
| NOA - Absence Interval (in us). | |
| uint8_t | noa_type |
| Type of NoA (due to Concurrent Mode or required by Host for GO) - relevant for GO only. | |
| bool | dyn_noa |
| Indicate if NoA can be paused for traffic reasons. | |
| uint32_t | noa_start_time |
| NOA - Start Time - GO only. | |
| uint32_t | noa_time_upd_cnt |
| Counter used to know when we can update the start time inside the beacon - GO only. | |
| uint32_t | peer_next_noa_time |
| Next NOA time (absence or end of absence) in peer TSF (valid only for CLI connection). | |
Structure containing all information linked with NoA.
Definition at line 228 of file p2p.h.
1.6.1