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)];
120 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
121 iface->ap_hash[STA_HASH(ap->addr)] = ap;
129 s = iface->ap_hash[STA_HASH(ap->addr)];
132 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
hostapd.h 186 struct ap_info *ap_hash[STA_HASH_SIZE]; member in struct:hostapd_iface

Completed in 300 milliseconds