Home
last modified time | relevance | path

Searched refs:pmgmt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1776 struct ieee80211_mgmt *pmgmt = (struct ieee80211_mgmt *) skb->data; in OnAssocRsp23a() local
1787 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()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c1468 bool pmgmt, int timeout) in ath6kl_cfg80211_set_power_mgmt() argument
1475 __func__, pmgmt, timeout); in ath6kl_cfg80211_set_power_mgmt()
1480 if (pmgmt) { in ath6kl_cfg80211_set_power_mgmt()