HomeSort by relevance Sort by last modified time
    Searched defs:olbc_ht (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_list.c 319 if (!iface->olbc_ht && !ap->ht_support) {
320 iface->olbc_ht = 1;
356 if (iface->olbc || iface->olbc_ht) {
358 int olbc_ht = 0; local
361 while (ap && (olbc == 0 || olbc_ht == 0)) {
365 olbc_ht = 1;
374 if (!olbc_ht && iface->olbc_ht) {
376 iface->olbc_ht = 0;
hostapd.h 225 int olbc_ht; member in struct:hostapd_iface

Completed in 37 milliseconds