Searched refs:authentication_status (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.h41 int authentication_status; member in struct:ibss_rsn_peer
H A Dibss_rsn.c127 if ((peer->authentication_status &
131 if (peer->authentication_status & IBSS_RSN_REPORTED_PTK)
133 peer->authentication_status |= IBSS_RSN_REPORTED_PTK;
153 peer->authentication_status |= IBSS_RSN_SET_PTK_SUPP;
320 peer->authentication_status |=
514 return peer->authentication_status &
544 peer->authentication_status = IBSS_RSN_AUTH_NOT_AUTHENTICATED;
571 peer->authentication_status |= IBSS_RSN_AUTH_BY_US;
600 peer->authentication_status |= IBSS_RSN_AUTH_BY_US;
620 peer->authentication_status |
[all...]

Completed in 144 milliseconds