Lines Matching refs:mgmt
2753 struct ieee80211_mgmt *mgmt; in ath6kl_start_ap() local
2790 mgmt = (struct ieee80211_mgmt *) info->beacon.head; in ath6kl_start_ap()
2791 ies = mgmt->u.beacon.variable; in ath6kl_start_ap()
3058 const struct ieee80211_mgmt *mgmt; in ath6kl_send_go_probe_resp() local
3060 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_send_go_probe_resp()
3069 pos = mgmt->u.probe_resp.variable; in ath6kl_send_go_probe_resp()
3081 mgmt->da, p2p, p2p_len); in ath6kl_send_go_probe_resp()
3095 struct ieee80211_mgmt *mgmt; in ath6kl_mgmt_powersave_ap() local
3102 mgmt = (struct ieee80211_mgmt *) buf; in ath6kl_mgmt_powersave_ap()
3103 if (is_multicast_ether_addr(mgmt->da)) in ath6kl_mgmt_powersave_ap()
3106 conn = ath6kl_find_sta(vif, mgmt->da); in ath6kl_mgmt_powersave_ap()
3159 const struct ieee80211_mgmt *mgmt; in ath6kl_is_p2p_go_ssid() local
3160 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_is_p2p_go_ssid()
3163 if (buf + len >= &mgmt->u.probe_resp.variable[1] && in ath6kl_is_p2p_go_ssid()
3164 (mgmt->u.probe_resp.variable[1] > P2P_WILDCARD_SSID_LEN)) { in ath6kl_is_p2p_go_ssid()
3182 const struct ieee80211_mgmt *mgmt; in ath6kl_mgmt_tx() local
3196 mgmt = (const struct ieee80211_mgmt *) buf; in ath6kl_mgmt_tx()
3198 ieee80211_is_probe_resp(mgmt->frame_control) && in ath6kl_mgmt_tx()