Home | History | Annotate | Download | only in ap

Lines Matching refs:wpa

2  * hostapd - WPA/RSN IE and KDE definitions
83 /* WPA Capabilities; use defaults, so no need to include it */
407 wpa_hexdump(MSG_DEBUG, "WPA: Forced own IE(s) for testing",
424 if (wpa_auth->conf.wpa == WPA_PROTO_OSEN) {
427 if (wpa_auth->conf.wpa & WPA_PROTO_RSN) {
443 if (wpa_auth->conf.wpa & WPA_PROTO_WPA) {
520 if (!(wpa_auth->conf.wpa & version)) {
521 wpa_printf(MSG_DEBUG, "Invalid WPA proto (%d) from " MACSTR,
606 wpa_printf(MSG_DEBUG, "Failed to parse WPA/RSN IE from "
608 wpa_hexdump(MSG_DEBUG, "WPA/RSN IE", wpa_ie, wpa_ie_len);
613 wpa_printf(MSG_DEBUG, "Invalid WPA group cipher (0x%x) from "
620 WPA key mgmt (0x%x) from "
672 version == WPA_PROTO_RSN ? "RSN" : "WPA",
730 /* TODO: clear WPA/WPA2 state if STA changes from one to another */
732 sm->wpa = WPA_VERSION_WPA2;
734 sm->wpa = WPA_VERSION_WPA;
803 sm->wpa = WPA_VERSION_WPA2;
913 wpa_hexdump(MSG_DEBUG, "WPA: IP Address Request in EAPOL-Key",
922 "WPA: IP Address Allocation in EAPOL-Key",
952 wpa_printf(MSG_DEBUG, "WPA: EAPOL-Key Key Data "
955 wpa_hexdump_key(MSG_DEBUG, "WPA: Key Data",
980 wpa_hexdump(MSG_DEBUG, "WPA: Unrecognized EAPOL-Key "