Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/Linux-v4.19/net/mac80211/
Dfils_aead.c284 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
285 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
Dmlme.c3066 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success()
3067 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_success()
3084 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success()
3414 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
3415 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3416 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
3427 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
/Linux-v4.19/net/wireless/
Dmlme.c33 cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
36 cr.resp_ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
38 len - offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
/Linux-v4.19/include/net/
Dieee802154_netdev.h322 int (*assoc_resp)(struct net_device *dev, member
/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c805 struct association_response *assoc_resp; in hostif_associate_indication() local
816 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
817 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
833 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
835 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c2217 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local
2240 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp()
2242 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp()
2243 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp()
2263 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
/Linux-v4.19/Documentation/networking/
Dieee802154.txt64 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1888 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local
1922 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
1924 if (ieee80211_parse_info_param(ieee, assoc_resp->info_element,\ in ieee80211_rx_frame_softmac()
1925 rx_stats->len - sizeof(*assoc_resp), \ in ieee80211_rx_frame_softmac()
/Linux-v4.19/net/ieee802154/
Dnl-mac.c242 if (!ieee802154_mlme_ops(dev)->assoc_resp) in ieee802154_associate_resp()
252 ret = ieee802154_mlme_ops(dev)->assoc_resp(dev, &addr, in ieee802154_associate_resp()
/Linux-v4.19/include/linux/
Dieee80211.h915 } __packed assoc_resp, reassoc_resp; member