Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:mgmt

380 			wpa_dbg(wpa_s, MSG_DEBUG, "   skip RSN IE - key mgmt "
388 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - no mgmt "
435 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - key mgmt "
2372 const struct ieee80211_mgmt *mgmt;
2373 mgmt = (const struct ieee80211_mgmt *)
2375 fc = le_to_host16(mgmt->frame_control);
2379 const u8 *src = mgmt->sa;
2380 const u8 *ie = mgmt->u.probe_req.variable;
2382 (mgmt->u.probe_req.variable -
2384 wpas_p2p_probe_req_rx(wpa_s, src, mgmt->da,
2385 mgmt->bssid, ie, ie_len);