Home
last modified time | relevance | path

Searched refs:assoc_resp (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_80211.h38 } __packed assoc_resp, reassoc_resp; member
/linux-4.1.27/net/wireless/
Dmlme.c28 u8 *ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
29 int ieoffs = offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
30 u16 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h205 } __packed assoc_resp, reassoc_resp; member
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1799 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()
1816 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a()
1818 offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); 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()
1835 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a()
3015 offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in issue_assocrsp()
[all …]
/linux-4.1.27/include/net/
Dieee802154_netdev.h406 int (*assoc_resp)(struct net_device *dev, member
/linux-4.1.27/Documentation/networking/
Dieee802154.txt75 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
/linux-4.1.27/net/mac80211/
Dmlme.c2839 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success()
2840 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_success()
2856 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success()
3097 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
3098 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3099 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
3106 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
/linux-4.1.27/net/ieee802154/
Dnl-mac.c241 if (!ieee802154_mlme_ops(dev)->assoc_resp) in ieee802154_associate_resp()
249 ret = ieee802154_mlme_ops(dev)->assoc_resp(dev, &addr, in ieee802154_associate_resp()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c2233 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local
2255 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp()
2257 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp()
2258 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp()
2278 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1991 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local
2028 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
2030 if (ieee80211_parse_info_param(ieee,assoc_resp->info_element,\ in ieee80211_rx_frame_softmac()
2031 rx_stats->len - sizeof(*assoc_resp),\ in ieee80211_rx_frame_softmac()
/linux-4.1.27/include/linux/
Dieee80211.h887 } __packed assoc_resp, reassoc_resp; member