Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211.h38 } __packed assoc_resp, reassoc_resp; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h205 } __packed assoc_resp, reassoc_resp; member
/linux-4.4.14/net/wireless/
Dmlme.c29 u8 *ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
30 int ieoffs = offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
31 u16 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/linux-4.4.14/include/net/
Dieee802154_netdev.h322 int (*assoc_resp)(struct net_device *dev, member
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1792 status = le16_to_cpu(pmgmt->u.assoc_resp.status_code); in OnAssocRsp23a()
1801 pmlmeinfo->capability = le16_to_cpu(pmgmt->u.assoc_resp.capab_info); in OnAssocRsp23a()
1807 res = pmlmeinfo->aid = le16_to_cpu(pmgmt->u.assoc_resp.aid) & 0x3fff; in OnAssocRsp23a()
1809 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a()
1811 offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a()
1814 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()
1819 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()
1824 pmgmt->u.assoc_resp.variable, pielen); in OnAssocRsp23a()
1828 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a()
3007 offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in issue_assocrsp()
[all …]
/linux-4.4.14/Documentation/networking/
Dieee802154.txt66 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
/linux-4.4.14/net/mac80211/
Dmlme.c2875 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success()
2876 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_success()
2892 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success()
3143 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
3144 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3145 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
3152 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
/linux-4.4.14/net/ieee802154/
Dnl-mac.c240 if (!ieee802154_mlme_ops(dev)->assoc_resp) in ieee802154_associate_resp()
250 ret = ieee802154_mlme_ops(dev)->assoc_resp(dev, &addr, in ieee802154_associate_resp()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c2219 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local
2242 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp()
2244 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp()
2245 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp()
2265 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1981 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local
2018 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
2020 if (ieee80211_parse_info_param(ieee,assoc_resp->info_element,\ in ieee80211_rx_frame_softmac()
2021 rx_stats->len - sizeof(*assoc_resp),\ in ieee80211_rx_frame_softmac()
/linux-4.4.14/include/linux/
Dieee80211.h887 } __packed assoc_resp, reassoc_resp; member