Lines Matching refs:mgmt
543 const struct ieee80211_mgmt *mgmt, size_t len, in handle_probe_req() argument
554 ie = mgmt->u.probe_req.variable; in handle_probe_req()
555 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in handle_probe_req()
557 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in handle_probe_req()
561 mgmt->sa, mgmt->da, mgmt->bssid, in handle_probe_req()
570 MAC2STR(mgmt->sa)); in handle_probe_req()
577 MAC2STR(mgmt->sa)); in handle_probe_req()
632 "broadcast SSID ignored", MAC2STR(mgmt->sa)); in handle_probe_req()
649 if (!(mgmt->da[0] & 0x01)) { in handle_probe_req()
652 MAC2STR(mgmt->sa), in handle_probe_req()
654 MAC2STR(mgmt->da), in handle_probe_req()
668 MAC2STR(mgmt->sa), ant); in handle_probe_req()
685 MAC2STR(mgmt->sa), MAC2STR(hessid)); in handle_probe_req()
697 MAC2STR(mgmt->sa)); in handle_probe_req()
710 MAC2STR(mgmt->sa)); in handle_probe_req()
715 resp = hostapd_gen_probe_resp(hapd, mgmt, elems.p2p != NULL, in handle_probe_req()
725 is_broadcast_ether_addr(mgmt->da)); in handle_probe_req()
733 "SSID", MAC2STR(mgmt->sa), in handle_probe_req()