Home | History | Annotate | Download | only in 1.1

Lines Matching refs:network_id

45  * |network_id| to be used in the internal map of |ISupplicantNetwork| objects.
46 * This is of the form |ifname|_|network_id|. For ex: "wlan0_1".
49 * @param network_id ID of the corresponding network.
52 const std::string &ifname, int network_id)
54 return ifname + "_" + std::to_string(network_id);
144 const std::string &ifname, int network_id,
151 if (ifname.empty() || network_id < 0)
156 getNetworkObjectMapKey(ifname, network_id);
243 const std::string &ifname, int network_id,
248 if (ifname.empty() || network_id < 0)
253 getNetworkObjectMapKey(ifname, network_id);
320 const std::string &ifname, int network_id,
326 if (ifname.empty() || network_id < 0)
331 getNetworkObjectMapKey(ifname, network_id);
1489 * ifname and network_id.
1492 * @param network_id ID of the corresponding network.
1498 const std::string &ifname, int network_id,
1501 if (ifname.empty() || network_id < 0 || !network_object)
1506 getNetworkObjectMapKey(ifname, network_id);
1518 * ifname and network_id.
1521 * @param network_id ID of the corresponding network.
1527 const std::string &ifname, int network_id,
1530 if (ifname.empty() || network_id < 0 || !network_object)
1535 getNetworkObjectMapKey(ifname, network_id);
1614 * @param network_id ID of the corresponding network.
1620 const std::string &ifname, int network_id,
1627 network_id, std::placeholders::_1);
1629 ifname, network_id, callback, on_hidl_died_fctor,
1638 * @param network_id ID of the corresponding network.
1644 const std::string &ifname, int network_id,
1651 network_id, std::placeholders::_1);
1653 ifname, network_id, callback, on_hidl_died_fctor,
1708 * @param network_id ID of the corresponding network.
1712 const std::string &ifname, int network_id,
1716 ifname, network_id, callback, p2p_network_callbacks_map_);
1724 * @param network_id ID of the corresponding network.
1728 const std::string &ifname, int network_id,
1732 ifname, network_id, callback, sta_network_callbacks_map_);
1806 * |ifname| & |network_id|.
1809 * @param network_id ID of the corresponding network.
1814 const std::string &ifname, int network_id,
1819 ifname, network_id, method, p2p_network_callbacks_map_);
1825 * |ifname| & |network_id|.
1828 * @param network_id ID of the corresponding network.
1833 const std::string &ifname, int network_id,
1838 ifname, network_id, method, sta_network_callbacks_map_);