Searched refs:map (Results 1 – 7 of 7) sorted by relevance
53 std::map<const void *, android::sp<Iface>> iface_object_map_;
518 static int macsec_qca_lookup_channel(struct channel_map *map, in macsec_qca_lookup_channel() argument525 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() argument540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
287 files, each profile would map to a separate text file with possibly multiple
299 int oper_class_bw_to_int(const struct oper_class_map *map);
2886 int oper_class_bw_to_int(const struct oper_class_map *map) in oper_class_bw_to_int() argument2888 switch (map->bw) { in oper_class_bw_to_int()
1018 tspecs = [tuple(map(int, tspec)) for tspec in tspecs]