Searched refs:ds_param (Results 1 – 1 of 1) sorted by relevance
2464 u8 *ds_param; in rtl_check_beacon_key() local2494 ds_param = rtl_find_ie(data, len - FCS_LEN, WLAN_EID_DS_PARAMS); in rtl_check_beacon_key()2496 if (ds_param && !(ds_param[1] < sizeof(*ds_param))) { in rtl_check_beacon_key()2497 ds_param_len = ds_param[1]; in rtl_check_beacon_key()2498 bcn_key.bcn_channel = ds_param[2]; in rtl_check_beacon_key()2500 ds_param = NULL; in rtl_check_beacon_key()2526 if (!ds_param && ht_oper && ht_oper_ie) in rtl_check_beacon_key()