Home
last modified time | relevance | path

Searched refs:dot11_assoc_resp (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A D802.11.h286 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1213 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11.h287 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1647 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11.h287 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1636 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11.h287 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1636 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11.h298 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1943 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11.h298 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
H A Dwlioctl.h1936 struct dot11_assoc_resp resp;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c13442 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) { in wl_get_assoc_ies()
13444 (int)sizeof(struct dot11_assoc_resp))); in wl_get_assoc_ies()
13448 (uint32)sizeof(struct dot11_assoc_resp); in wl_get_assoc_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c13340 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) { in wl_get_assoc_ies()
13342 (int)sizeof(struct dot11_assoc_resp))); in wl_get_assoc_ies()
13346 (uint32)sizeof(struct dot11_assoc_resp); in wl_get_assoc_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c16459 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {
16461 (int)sizeof(struct dot11_assoc_resp)));
16465 (uint32)sizeof(struct dot11_assoc_resp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c16457 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {
16459 (int)sizeof(struct dot11_assoc_resp)));
16463 (uint32)sizeof(struct dot11_assoc_resp);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c16320 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {
16322 (int)sizeof(struct dot11_assoc_resp)));
16326 (uint32)sizeof(struct dot11_assoc_resp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c14155 conn_info->resp_ie_len = assoc_info.resp_len -sizeof(struct dot11_assoc_resp); in wl_get_assoc_ies()