HomeSort by: relevance | last modified time | path
    Searched defs:wpa (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_input.c 1570 * Convert a WPA cipher selector OUI to an internal
1601 * Convert a WPA key management/authentication algorithm
1623 * Parse a WPA information element to collect parameters
1638 wh, "WPA", "not WPA, flags 0x%x", ic->ic_flags);
1650 wh, "WPA", "too short, len %u", len);
1662 wh, "WPA", "bad version %u", w);
1672 wh, "WPA", "mcast cipher mismatch; got %u, expected %u",
1684 wh, "WPA", "ucast cipher data too short; len %u, n %u",
1697 wh, "WPA", "%s", "ucast cipher set empty")
2532 u_int8_t *ssid, *rates, *xrates, *wpa, *wme; local in function:ieee80211_recv_mgmt_assoc_req
    [all...]
  /src/sys/dev/ic/
bwfm.c 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; local in function:bwfm_get_wsec
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 local in function:bwfm_connect
    [all...]

Completed in 43 milliseconds