Searched refs:from_ap (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/tools/net80211/w00t/assoc/ |
H A D | assoc.c | 239 int from_ap(struct ieee80211_frame *wh, char *mac) in from_ap() function 504 if (!from_ap(wh, p->ap)) in get_auth() 558 if (!from_ap(wh, p->ap)) in get_assoc() 630 if (!from_ap(wh, p->ap)) in read_wifi()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.h | 784 int wpa_pasn_parse_parameter_ie(const u8 *data, u8 len, bool from_ap,
|
H A D | wpa_common.c | 4132 int wpa_pasn_parse_parameter_ie(const u8 *data, u8 len, bool from_ap, in wpa_pasn_parse_parameter_ie() argument 4169 if (from_ap) { in wpa_pasn_parse_parameter_ie()
|