Home | History | Annotate | Download | only in ic

Lines Matching defs:wpa

392 	    /* IEEE80211_C_WPA_4WAY */0;		/* WPA 4-way handshake in hw */
670 * WPA handshake ourselves.
1994 * Derive wireless security settings from WPA/RSN IE.
2000 uint8_t *wpa = ic->ic_opt_ie;
2004 if (wpa[0] != IEEE80211_ELEMID_RSN) {
2012 /* Must contain WPA OUI */
2013 if (!bwfm_iswpaoui(wpa))
2016 switch (le32dec(wpa + 8)) {
2032 switch (le32dec(wpa + 10)) {
2052 uint32_t wpa = 0;
2058 wpa |= BWFM_WPA_AUTH_WPA_PSK;
2060 wpa |= BWFM_WPA_AUTH_WPA2_PSK;
2064 DPRINTF(("%s: WPA enabled, ic_flags = 0x%x, wpa 0x%x, wsec 0x%x\n",
2065 DEVNAME(sc), ic->ic_flags, wpa, wsec));
2067 bwfm_fwvar_var_set_int(sc, "wpa_auth", wpa);