Searched refs:oper_class_len (Results 1 – 1 of 1) sorted by relevance
3961 size_t oper_class_len; in hostapd_config_fill() local3962 oper_class_len = os_strlen(pos); in hostapd_config_fill()3963 if (oper_class_len < 2 || (oper_class_len & 0x01)) { in hostapd_config_fill()3969 oper_class_len /= 2; in hostapd_config_fill()3970 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()3973 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()3982 bss->hs20_operating_class_len = oper_class_len; in hostapd_config_fill()