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 233 if (!iface->olbc_ht && !ap->ht_support &&
238 iface->olbc_ht = 1;
275 if (iface->olbc || iface->olbc_ht) {
277 int olbc_ht = 0; local
280 while (ap && (olbc == 0 || olbc_ht == 0)) {
284 olbc_ht = 1;
293 if (!olbc_ht && iface->olbc_ht) {
295 iface->olbc_ht = 0;
hostapd.h 270 int olbc_ht; member in struct:hostapd_iface

Completed in 149 milliseconds