Searched refs:assoc_resp (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_80211.h | 38 } __packed assoc_resp, reassoc_resp; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211_ext.h | 205 } __packed assoc_resp, reassoc_resp; member
|
/linux-4.4.14/net/wireless/ |
D | mlme.c | 29 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/ |
D | ieee802154_netdev.h | 322 int (*assoc_resp)(struct net_device *dev, member
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 1792 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/ |
D | ieee802154.txt | 66 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
|
/linux-4.4.14/net/mac80211/ |
D | mlme.c | 2875 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/ |
D | nl-mac.c | 240 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/ |
D | rtllib_softmac.c | 2219 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/ |
D | ieee80211_softmac.c | 1981 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/ |
D | ieee80211.h | 887 } __packed assoc_resp, reassoc_resp; member
|