Searched refs:assoc_resp (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211.h | 38 } __packed assoc_resp, reassoc_resp; member
|
/linux-4.1.27/net/wireless/ |
D | mlme.c | 28 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/ |
D | ieee80211_ext.h | 205 } __packed assoc_resp, reassoc_resp; member
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 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() 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/ |
D | ieee802154_netdev.h | 406 int (*assoc_resp)(struct net_device *dev, member
|
/linux-4.1.27/Documentation/networking/ |
D | ieee802154.txt | 75 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
|
/linux-4.1.27/net/mac80211/ |
D | mlme.c | 2839 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/ |
D | nl-mac.c | 241 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/ |
D | rtllib_softmac.c | 2233 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/ |
D | ieee80211_softmac.c | 1991 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/ |
D | ieee80211.h | 887 } __packed assoc_resp, reassoc_resp; member
|