Searched refs:assoc_resp (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211.h | 39 } __packed assoc_resp, reassoc_resp; member
|
/drivers/staging/r8188eu/include/ |
D | ieee80211_ext.h | 186 } __packed assoc_resp, reassoc_resp; member
|
/drivers/net/wireless/microchip/wilc1000/ |
D | hif.h | 150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
|
D | hif.c | 594 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()
|
/drivers/staging/ks7010/ |
D | ks_hostif.c | 863 struct association_response *assoc_resp; in hostif_associate_indication() local 874 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication() 875 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication() 891 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication() 893 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
|
/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()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 1891 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac() local 1928 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac() 1929 if (ieee80211_parse_info_param(ieee, assoc_resp->info_element,\ in ieee80211_rx_frame_softmac() 1930 rx_stats->len - sizeof(*assoc_resp), \ in ieee80211_rx_frame_softmac()
|