| ieee80211_input.c | 1575  * Convert a WPA cipher selector OUI to an internal 1606  * Convert a WPA key management/authentication algorithm
 1628  * Parse a WPA information element to collect parameters
 1643 		    wh, "WPA", "not WPA, flags 0x%x", ic->ic_flags);
 1655 		    wh, "WPA", "too short, len %u", len);
 1667 		    wh, "WPA", "bad version %u", w);
 1677 		    wh, "WPA", "mcast cipher mismatch; got %u, expected %u",
 1689 		    wh, "WPA", "ucast cipher data too short; len %u, n %u",
 1702 		    wh, "WPA", "%s", "ucast cipher set empty")
 2537  u_int8_t *ssid, *rates, *xrates, *wpa, *wme;  local in function:ieee80211_recv_mgmt_assoc_req
 [all...]
 |