HomeSort by: relevance | last modified time | path
    Searched refs:min_si (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
robust_av.c 223 wpabuf_put_le32(buf, qos_elem->min_si);
wpa_supplicant_i.h 608 u32 min_si; member in struct:qos_characteristics
ctrl_iface.c 11620 * [qos_characteristics] <up/down/direct> [min_si=<decimal number>]
11807 pos1 = os_strstr(pos1, "min_si=");
11812 qos_elem->min_si = atoi(pos1 + 7);
11821 if (qos_elem->min_si && qos_elem->max_si &&
11822 qos_elem->max_si < qos_elem->min_si) {

Completed in 56 milliseconds