Searched refs:assoc_resp (Results 1 – 12 of 12) sorted by relevance
/linux/net/mac80211/ |
H A 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()
|
H A D | mlme.c | 4655 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_config_link() 5768 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp() 5769 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp() 5773 elem_start = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp() 5800 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 931 struct cfg80211_rx_assoc_resp_data assoc_resp = { in mwifiex_process_assoc_resp() local 938 assoc_resp.links[0].bss = priv->req_bss; in mwifiex_process_assoc_resp() 939 assoc_resp.buf = priv->assoc_rsp_buf; in mwifiex_process_assoc_resp() 940 assoc_resp.len = priv->assoc_rsp_size; in mwifiex_process_assoc_resp() 942 &assoc_resp); in mwifiex_process_assoc_resp()
|
H A D | join.c | 682 &hdr->u.assoc_resp; in mwifiex_ret_802_11_associate()
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.h | 153 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
|
H A D | hif.c | 627 memset(hif_drv->assoc_resp, 0, WILC_MAX_ASSOC_RESP_FRAME_SIZE); in host_int_parse_assoc_resp_info() 629 host_int_get_assoc_res_info(vif, hif_drv->assoc_resp, in host_int_parse_assoc_resp_info() 636 err = wilc_parse_assoc_resp_info(hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
|
/linux/net/wireless/ |
H A 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/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 1576 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local 1599 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp() 1601 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp() 1602 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp() 1620 ies = &assoc_resp->info_element[0].id; in rtllib_rx_assoc_resp()
|
/linux/include/net/ |
H A D | ieee802154_netdev.h | 495 int (*assoc_resp)(struct net_device *dev, member
|
/linux/Documentation/networking/ |
H A D | ieee802154.rst | 91 assoc_req, assoc_resp, disassoc_req, start_req, and scan_req are optional.
|
/linux/net/ieee802154/ |
H A 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/include/linux/ |
H A D | ieee80211.h | 1372 } __packed assoc_resp, reassoc_resp; member
|