HomeSort by: relevance | last modified time | path
    Searched refs:GKeyDoneStations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 197 int GKeyDoneStations;
wpa_auth.c 118 sm->wpa_auth->group->GKeyDoneStations--;
123 sm->mld_links[link_id].wpa_auth->group->GKeyDoneStations--;
1385 if (group->GKeyDoneStations)
5491 * Since we clear the GKeyDoneStations before the loop, the
5503 sm->group->GKeyDoneStations++;
5663 /* "GKeyDoneStations = GNoStations" is done in more robust way by
5687 if (group->GKeyDoneStations) {
5689 "wpa_group_setkeys: Unexpected GKeyDoneStations=%d when starting new GTK rekey",
5690 group->GKeyDoneStations);
5691 group->GKeyDoneStations = 0
    [all...]

Completed in 52 milliseconds