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