Searched refs:dot11_assoc_resp (Results 1 – 18 of 18) sorted by relevance
286 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
1213 struct dot11_assoc_resp resp;
287 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
1647 struct dot11_assoc_resp resp;
1636 struct dot11_assoc_resp resp;
298 BWL_PRE_PACKED_STRUCT struct dot11_assoc_resp { struct
1943 struct dot11_assoc_resp resp;
1936 struct dot11_assoc_resp resp;
13442 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()
13340 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()
16459 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {16461 (int)sizeof(struct dot11_assoc_resp)));16465 (uint32)sizeof(struct dot11_assoc_resp);
16457 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {16459 (int)sizeof(struct dot11_assoc_resp)));16463 (uint32)sizeof(struct dot11_assoc_resp);
16320 if (assoc_info.resp_len < sizeof(struct dot11_assoc_resp)) {16322 (int)sizeof(struct dot11_assoc_resp)));16326 (uint32)sizeof(struct dot11_assoc_resp);
14155 conn_info->resp_ie_len = assoc_info.resp_len -sizeof(struct dot11_assoc_resp); in wl_get_assoc_ies()