Searched refs:pmgmt (Results 1 – 2 of 2) sorted by relevance
1776 struct ieee80211_mgmt *pmgmt = (struct ieee80211_mgmt *) skb->data; in OnAssocRsp23a() local1787 if (!ether_addr_equal(myid(&padapter->eeprompriv), pmgmt->da)) in OnAssocRsp23a()1799 status = le16_to_cpu(pmgmt->u.assoc_resp.status_code); in OnAssocRsp23a()1808 pmlmeinfo->capability = le16_to_cpu(pmgmt->u.assoc_resp.capab_info); in OnAssocRsp23a()1814 res = pmlmeinfo->aid = le16_to_cpu(pmgmt->u.assoc_resp.aid) & 0x3fff; in OnAssocRsp23a()1821 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()1826 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()1831 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()
1468 bool pmgmt, int timeout) in ath6kl_cfg80211_set_power_mgmt() argument1475 __func__, pmgmt, timeout); in ath6kl_cfg80211_set_power_mgmt()1480 if (pmgmt) { in ath6kl_cfg80211_set_power_mgmt()