Searched refs:wpa (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_xauth.c | 79 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
|
| H A D | ieee80211_hostap.c | 1538 const struct ieee80211_frame *wh, const uint8_t *wpa, in wpa_assocreq() argument 1546 if (wpa == NULL && rsn == NULL) { in wpa_assocreq() 1575 badwparsn = (wpa == NULL); in wpa_assocreq() 1581 badwparsn = (wpa == NULL && rsn == NULL); in wpa_assocreq() 1595 if (wpa != NULL) in wpa_assocreq() 1596 reason = ieee80211_parse_wpa(vap, wpa, rsnparms, wh); in wpa_assocreq() 1607 wpa != NULL ? "WPA" : "RSN", in wpa_assocreq() 2080 wpa = frm; in hostap_recv_mgmt() 2122 !wpa_assocreq(ni, &rsnparms, wh, wpa, rsn, capinfo)) in hostap_recv_mgmt() 2249 if (wpa != NULL) in hostap_recv_mgmt() [all …]
|
| H A D | ieee80211_scan.h | 244 uint8_t *wpa; member
|
| H A D | ieee80211_input.c | 619 scan->wpa = frm; in ieee80211_parse_beacon()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 4858 int i, num, wpa, wme, bgscan, bgscaninterval, val, len, wepmode; in ieee80211_status() local 4920 wpa = 0; in ieee80211_status() 4936 if (get80211val(s, IEEE80211_IOC_WPA, &wpa) < 0) in ieee80211_status() 4937 wpa = 1; /* default to WPA1 */ in ieee80211_status() 4938 switch (wpa) { in ieee80211_status() 4959 if (wpa || verbose) { in ieee80211_status() 4997 if (wpa & 2) { in ieee80211_status()
|