Home
last modified time | relevance | path

Searched refs:dot11_assoc_req (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.h273 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1211 struct dot11_assoc_req req;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11.h274 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1645 struct dot11_assoc_req req;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11.h274 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1634 struct dot11_assoc_req req;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11.h274 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1634 struct dot11_assoc_req req;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11.h285 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1941 struct dot11_assoc_req req;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11.h285 BWL_PRE_PACKED_STRUCT struct dot11_assoc_req { struct
H A Dwlioctl.h1934 struct dot11_assoc_req req;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c13414 if (assoc_info.req_len < sizeof(struct dot11_assoc_req)) { in wl_get_assoc_ies()
13416 (int)sizeof(struct dot11_assoc_req))); in wl_get_assoc_ies()
13420 - sizeof(struct dot11_assoc_req)); in wl_get_assoc_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c13312 if (assoc_info.req_len < sizeof(struct dot11_assoc_req)) { in wl_get_assoc_ies()
13314 (int)sizeof(struct dot11_assoc_req))); in wl_get_assoc_ies()
13318 - sizeof(struct dot11_assoc_req)); in wl_get_assoc_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c16431 if (assoc_info.req_len < sizeof(struct dot11_assoc_req)) {
16433 (int)sizeof(struct dot11_assoc_req)));
16437 - sizeof(struct dot11_assoc_req));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c16429 if (assoc_info.req_len < sizeof(struct dot11_assoc_req)) {
16431 (int)sizeof(struct dot11_assoc_req)));
16435 - sizeof(struct dot11_assoc_req));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c16292 if (assoc_info.req_len < sizeof(struct dot11_assoc_req)) {
16294 (int)sizeof(struct dot11_assoc_req)));
16298 - sizeof(struct dot11_assoc_req));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c14134 conn_info->req_ie_len = assoc_info.req_len - sizeof(struct dot11_assoc_req); in wl_get_assoc_ies()