Searched refs:pmf_in_use (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.c249 static int pmf_in_use(struct hostapd_data *hapd, const u8 *addr) function
262 int res, prot = pmf_in_use(gas->hapd, query->addr);
488 pmf = pmf_in_use(gas->hapd, sa);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c275 int pmf_in_use(struct wpa_supplicant *wpa_s, const u8 *addr) function
288 int res, prot = pmf_in_use(gas->wpa_s, query->addr);
541 pmf = pmf_in_use(gas->wpa_s, sa);
H A Dgas_query.h22 int pmf_in_use(struct wpa_supplicant *wpa_s, const u8 *addr);
H A Dinterworking.c2988 if (!pmf_in_use(wpa_s, sa)) {

Completed in 167 milliseconds