Searched defs:pmgmt (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1467 bool pmgmt, int timeout)
1473 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: pmgmt %d, timeout %d\n",
1474 __func__, pmgmt, timeout);
1479 if (pmgmt) {
1465 ath6kl_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, bool pmgmt, int timeout) argument
/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c1778 struct ieee80211_mgmt *pmgmt = (struct ieee80211_mgmt *) skb->data; local
1789 if (!ether_addr_equal(myid(&padapter->eeprompriv), pmgmt->da))
1801 status = le16_to_cpu(pmgmt->u.assoc_resp.status_code);
1810 pmlmeinfo->capability = le16_to_cpu(pmgmt->u.assoc_resp.capab_info);
1816 res = pmlmeinfo->aid = le16_to_cpu(pmgmt->u.assoc_resp.aid) & 0x3fff;
1823 pmgmt->u.assoc_resp.variable, pielen);
1828 pmgmt->u.assoc_resp.variable, pielen);
1833 pmgmt->u.assoc_resp.variable, pielen);

Completed in 693 milliseconds