HomeSort by relevance Sort by last modified time
    Searched refs:mesh_auth_block_duration (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 30 #define MESH_AUTH_BLOCK_DURATION 3600
54 if (wpa_s->mesh_auth_block_duration <
55 MESH_AUTH_BLOCK_DURATION)
56 wpa_s->mesh_auth_block_duration += 60;
57 eloop_register_timeout(wpa_s->mesh_auth_block_duration,
62 wpa_s->mesh_auth_block_duration);
wpa_supplicant_i.h 723 int mesh_auth_block_duration; /* sec */ member in struct:wpa_supplicant
    [all...]

Completed in 43 milliseconds