Home
last modified time | relevance | path

Searched refs:assoc_resp (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dfils_aead.c281 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
H A Dmlme.c3295 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success()
3296 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success()
3301 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_success()
3693 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
3694 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3695 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
3696 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
/kernel/linux/linux-6.6/net/mac80211/
H A Dfils_aead.c283 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 Dmlme.c4031 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_assoc_config_link()
5325 capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
5326 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
5330 elem_start = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
5357 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
/kernel/linux/linux-5.10/net/wireless/
H A Dmlme.c33 const u8 *resp_ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
35 u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
44 cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
H A Dhif.c594 memset(hif_drv->assoc_resp, 0, WILC_MAX_ASSOC_RESP_FRAME_SIZE); in host_int_parse_assoc_resp_info()
596 host_int_get_assoc_res_info(vif, hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
603 err = wilc_parse_assoc_resp_info(hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
H A Dhif.c621 memset(hif_drv->assoc_resp, 0, WILC_MAX_ASSOC_RESP_FRAME_SIZE); in host_int_parse_assoc_resp_info()
623 host_int_get_assoc_res_info(vif, hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
630 err = wilc_parse_assoc_resp_info(hif_drv->assoc_resp, in host_int_parse_assoc_resp_info()
/kernel/linux/linux-5.10/include/net/
H A Dieee802154_netdev.h357 int (*assoc_resp)(struct net_device *dev, member
/kernel/linux/linux-6.6/include/net/
H A Dieee802154_netdev.h435 int (*assoc_resp)(struct net_device *dev, member
/kernel/linux/linux-6.6/net/wireless/
H A Dmlme.c35 .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()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_hostif.c867 struct association_response *assoc_resp; in hostif_associate_indication() local
878 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
879 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
895 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
897 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_hostif.c858 struct association_response *assoc_resp; in hostif_associate_indication() local
869 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
870 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
886 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
888 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1962 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local
1985 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp()
1987 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp()
1988 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp()
2006 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c1891 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local
1925 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
1927 if (ieee80211_parse_info_param(ieee, assoc_resp->info_element,\ in ieee80211_rx_frame_softmac()
1928 rx_stats->len - sizeof(*assoc_resp), \ in ieee80211_rx_frame_softmac()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c1897 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()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl-mac.c234 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()
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl-mac.c234 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2210 struct rtllib_assoc_response_frame *assoc_resp; in rtllib_rx_assoc_resp() local
2233 assoc_resp = (struct rtllib_assoc_response_frame *)skb->data; in rtllib_rx_assoc_resp()
2235 if (rtllib_parse_info_param(ieee, assoc_resp->info_element, in rtllib_rx_assoc_resp()
2236 rx_stats->len - sizeof(*assoc_resp), in rtllib_rx_assoc_resp()
2256 ies = &(assoc_resp->info_element[0].id); in rtllib_rx_assoc_resp()
/kernel/linux/linux-5.10/include/linux/
H A Dieee80211.h1121 } __packed assoc_resp, reassoc_resp; member
/kernel/linux/linux-6.6/include/linux/
H A Dieee80211.h1272 } __packed assoc_resp, reassoc_resp; member

Completed in 78 milliseconds