Lines Matching defs:mgmt
2766 struct ieee80211_mgmt *mgmt;
2802 mgmt = (struct ieee80211_mgmt *) info->beacon.head;
2803 ies = mgmt->u.beacon.variable;
2906 * do P2P mgmt operations in AP mode
3070 const struct ieee80211_mgmt *mgmt;
3072 mgmt = (const struct ieee80211_mgmt *) buf;
3081 pos = mgmt->u.probe_resp.variable;
3093 mgmt->da, p2p, p2p_len);
3107 struct ieee80211_mgmt *mgmt;
3114 mgmt = (struct ieee80211_mgmt *) buf;
3115 if (is_multicast_ether_addr(mgmt->da))
3118 conn = ath6kl_find_sta(vif, mgmt->da);
3171 const struct ieee80211_mgmt *mgmt;
3172 mgmt = (const struct ieee80211_mgmt *) buf;
3175 if (buf + len >= &mgmt->u.probe_resp.variable[1] &&
3176 (mgmt->u.probe_resp.variable[1] > P2P_WILDCARD_SSID_LEN)) {
3194 const struct ieee80211_mgmt *mgmt;
3208 mgmt = (const struct ieee80211_mgmt *) buf;
3210 ieee80211_is_probe_resp(mgmt->frame_control) &&