Searched refs:gen_ie_len (Results 1 – 1 of 1) sorted by relevance
3309 uint16_t gen_ie_len, uint8_t *gen_ie) in hdd_softap_unpack_ie() argument3323 if ((gen_ie_len < QDF_MIN(DOT11F_IE_RSN_MIN_LEN, DOT11F_IE_WPA_MIN_LEN)) in hdd_softap_unpack_ie()3324 || (gen_ie_len > in hdd_softap_unpack_ie()3330 if ((gen_ie_len < DOT11F_IE_RSN_MIN_LEN) || in hdd_softap_unpack_ie()3331 (gen_ie_len > DOT11F_IE_RSN_MAX_LEN)) { in hdd_softap_unpack_ie()3336 rsn_ie_len = gen_ie_len - 2; in hdd_softap_unpack_ie()3370 if ((gen_ie_len < DOT11F_IE_WPA_MIN_LEN) || in hdd_softap_unpack_ie()3371 (gen_ie_len > DOT11F_IE_WPA_MAX_LEN)) { in hdd_softap_unpack_ie()3376 rsn_ie_len = gen_ie_len - (2 + 4); in hdd_softap_unpack_ie()3410 if ((gen_ie_len < DOT11F_IE_WAPI_MIN_LEN) || in hdd_softap_unpack_ie()[all …]