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

  /external/wpa_supplicant_8/src/ap/
ap_list.c 57 s = iface->ap_hash[STA_HASH(ap)];
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
93 iface->ap_hash[STA_HASH(ap->addr)] = ap;
101 s = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
hostapd.h 222 struct ap_info *ap_hash[STA_HASH_SIZE]; member in struct:hostapd_iface

Completed in 25 milliseconds