Searched refs:wpa_group_s (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | p2p_iface.cpp | 615 struct wpa_supplicant* wpa_group_s = in setGroupIdleInternal() local 617 if (!wpa_group_s) { in setGroupIdleInternal() 620 wpa_group_s->conf->p2p_group_idle = timeout_in_sec; in setGroupIdleInternal() 627 struct wpa_supplicant* wpa_group_s = in setPowerSaveInternal() local 629 if (!wpa_group_s) { in setPowerSaveInternal() 632 if (wpa_drv_set_p2p_powersave(wpa_group_s, enable, -1, -1)) { in setPowerSaveInternal() 782 struct wpa_supplicant* wpa_group_s = in removeGroupInternal() local 784 if (!wpa_group_s) { in removeGroupInternal() 787 if (wpas_p2p_group_remove(wpa_group_s, group_ifname.c_str())) { in removeGroupInternal() 1033 struct wpa_supplicant* wpa_group_s = in startWpsPbcInternal() local [all …]
|
D | hidl_manager.cpp | 1178 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, int persistent, int client) in notifyP2pGroupStarted() argument 1180 if (!wpa_group_s || !wpa_group_s->parent || !ssid) in notifyP2pGroupStarted() 1184 struct wpa_supplicant *wpa_s = wpa_group_s->parent; in notifyP2pGroupStarted() 1189 uint32_t hidl_freq = wpa_group_s->current_bss in notifyP2pGroupStarted() 1190 ? wpa_group_s->current_bss->freq in notifyP2pGroupStarted() 1191 : wpa_group_s->assoc_freq; in notifyP2pGroupStarted() 1203 std::placeholders::_1, wpa_group_s->ifname, hidl_is_go, in notifyP2pGroupStarted() 1205 hidl_freq, hidl_psk, ssid->passphrase, wpa_group_s->go_dev_addr, in notifyP2pGroupStarted() 1210 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, in notifyP2pGroupRemoved() argument 1213 if (!wpa_group_s || !wpa_group_s->parent || !ssid || !role) in notifyP2pGroupRemoved() [all …]
|
D | hidl_manager.h | 101 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, 104 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid,
|