Lines Matching refs:mgmt
2756 struct ieee80211_mgmt *mgmt; in ath6kl_start_ap() local
2793 mgmt = (struct ieee80211_mgmt *) info->beacon.head; in ath6kl_start_ap()
2794 ies = mgmt->u.beacon.variable; in ath6kl_start_ap()
3061 const struct ieee80211_mgmt *mgmt; in ath6kl_send_go_probe_resp() local
3063 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_send_go_probe_resp()
3072 pos = mgmt->u.probe_resp.variable; in ath6kl_send_go_probe_resp()
3084 mgmt->da, p2p, p2p_len); in ath6kl_send_go_probe_resp()
3098 struct ieee80211_mgmt *mgmt; in ath6kl_mgmt_powersave_ap() local
3105 mgmt = (struct ieee80211_mgmt *) buf; in ath6kl_mgmt_powersave_ap()
3106 if (is_multicast_ether_addr(mgmt->da)) in ath6kl_mgmt_powersave_ap()
3109 conn = ath6kl_find_sta(vif, mgmt->da); in ath6kl_mgmt_powersave_ap()
3162 const struct ieee80211_mgmt *mgmt; in ath6kl_is_p2p_go_ssid() local
3163 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_is_p2p_go_ssid()
3166 if (buf + len >= &mgmt->u.probe_resp.variable[1] && in ath6kl_is_p2p_go_ssid()
3167 (mgmt->u.probe_resp.variable[1] > P2P_WILDCARD_SSID_LEN)) { in ath6kl_is_p2p_go_ssid()
3185 const struct ieee80211_mgmt *mgmt; in ath6kl_mgmt_tx() local
3199 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_mgmt_tx()
3201 ieee80211_is_probe_resp(mgmt->frame_control) && in ath6kl_mgmt_tx()