Searched refs:assoc_resp (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211.h | 39 } __packed assoc_resp, reassoc_resp; member
|
/linux-6.1.9/net/mac80211/ |
D | fils_aead.c | 283 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp() 284 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
|
D | mlme.c | 3946 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_config_link() 5057 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp() 5058 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp() 5062 elem_start = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp() 5089 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
|
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | hif.h | 152 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
|
D | hif.c | 609 memset(hif_drv->assoc_resp, 0, WILC_MAX_ASSOC_RESP_FRAME_SIZE); in host_int_parse_assoc_resp_info() 611 host_int_get_assoc_res_info(vif, hif_drv->assoc_resp, in host_int_parse_assoc_resp_info() 618 err = wilc_parse_assoc_resp_info(hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
|
/linux-6.1.9/net/wireless/ |
D | mlme.c | 35 .resp_ie = mgmt->u.assoc_resp.variable, in cfg80211_rx_assoc_resp() 38 u.assoc_resp.variable), in cfg80211_rx_assoc_resp() 39 .status = le16_to_cpu(mgmt->u.assoc_resp.status_code), in cfg80211_rx_assoc_resp()
|
/linux-6.1.9/include/net/ |
D | ieee802154_netdev.h | 357 int (*assoc_resp)(struct net_device *dev, member
|
/linux-6.1.9/drivers/staging/ks7010/ |
D | ks_hostif.c | 859 struct association_response *assoc_resp; in hostif_associate_indication() local 870 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication() 871 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication() 887 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication() 889 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2208 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local 2231 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp() 2233 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp() 2234 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp() 2254 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
|
/linux-6.1.9/Documentation/networking/ |
D | ieee802154.rst | 91 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
|
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 1897 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local 1934 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac() 1935 if (ieee80211_parse_info_param(ieee, assoc_resp->info_element,\ in ieee80211_rx_frame_softmac() 1936 rx_stats->len - sizeof(*assoc_resp), \ in ieee80211_rx_frame_softmac()
|
/linux-6.1.9/net/ieee802154/ |
D | nl-mac.c | 234 if (!ieee802154_mlme_ops(dev)->assoc_resp) in ieee802154_associate_resp() 244 ret = ieee802154_mlme_ops(dev)->assoc_resp(dev, &addr, in ieee802154_associate_resp()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 1405 if (le16_to_cpu(mgmt->u.assoc_resp.status_code) > 0) { in OnAssocRsp() 1411 pmlmeinfo->capability = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in OnAssocRsp() 1416 pmlmeinfo->aid = le16_to_cpu(mgmt->u.assoc_resp.aid) & 0x3fff; in OnAssocRsp() 1422 for (i = offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); i < pkt_len;) { in OnAssocRsp()
|
/linux-6.1.9/include/linux/ |
D | ieee80211.h | 1199 } __packed assoc_resp, reassoc_resp; member
|