Home
last modified time | relevance | path

Searched refs:map (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/binder/
Dbinder_manager.h53 std::map<const void *, android::sp<Iface>> iface_object_map_;
/hostap-latest/src/drivers/
Ddriver_macsec_qca.c518 static int macsec_qca_lookup_channel(struct channel_map *map, in macsec_qca_lookup_channel() argument
525 if (os_memcmp(&map[i].sci, sci, in macsec_qca_lookup_channel()
536 static void macsec_qca_register_channel(struct channel_map *map, in macsec_qca_register_channel() argument
540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
/hostap-latest/wpa_supplicant/
Dtodo.txt11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
DREADME-Windows.txt287 files, each profile would map to a separate text file with possibly multiple
/hostap-latest/src/common/
Dieee802_11_common.h299 int oper_class_bw_to_int(const struct oper_class_map *map);
Dieee802_11_common.c2886 int oper_class_bw_to_int(const struct oper_class_map *map) in oper_class_bw_to_int() argument
2888 switch (map->bw) { in oper_class_bw_to_int()
/hostap-latest/tests/hwsim/
Dwpasupplicant.py1018 tspecs = [tuple(map(int, tspec)) for tspec in tspecs]