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 231 if (!iface->olbc_ht && !ap->ht_support &&
236 iface->olbc_ht = 1;
273 if (iface->olbc || iface->olbc_ht) {
275 int olbc_ht = 0; local
278 while (ap && (olbc == 0 || olbc_ht == 0)) {
282 olbc_ht = 1;
291 if (!olbc_ht && iface->olbc_ht) {
293 iface->olbc_ht = 0;
hostapd.h 342 int olbc_ht; member in struct:hostapd_iface

Completed in 43 milliseconds