Searched refs:oper_class_len (Results 1 – 1 of 1) sorted by relevance
4418 size_t oper_class_len; in hostapd_config_fill() local4419 oper_class_len = os_strlen(pos); in hostapd_config_fill()4420 if (oper_class_len < 2 || (oper_class_len & 0x01)) { in hostapd_config_fill()4426 oper_class_len /= 2; in hostapd_config_fill()4427 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()4430 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()4439 bss->hs20_operating_class_len = oper_class_len; in hostapd_config_fill()