Home
last modified time | relevance | path

Searched refs:wpa_group_s (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dp2p_iface.cpp967 struct wpa_supplicant* wpa_group_s = in setGroupIdleInternal() local
969 if (!wpa_group_s) { in setGroupIdleInternal()
972 wpa_group_s->conf->p2p_group_idle = timeout_in_sec; in setGroupIdleInternal()
979 struct wpa_supplicant* wpa_group_s = in setPowerSaveInternal() local
981 if (!wpa_group_s) { in setPowerSaveInternal()
984 if (wpa_drv_set_p2p_powersave(wpa_group_s, enable, -1, -1)) { in setPowerSaveInternal()
1147 struct wpa_supplicant* wpa_group_s = in removeGroupInternal() local
1149 if (!wpa_group_s) { in removeGroupInternal()
1152 if (wpas_p2p_group_remove(wpa_group_s, group_ifname.c_str())) { in removeGroupInternal()
1398 struct wpa_supplicant* wpa_group_s = in startWpsPbcInternal() local
[all …]
Dhidl_manager.cpp1250 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, in notifyP2pGroupStarted() argument
1253 if (!wpa_group_s || !wpa_group_s->parent || !ssid) in notifyP2pGroupStarted()
1257 struct wpa_supplicant *wpa_s = wpa_group_s->parent; in notifyP2pGroupStarted()
1262 uint32_t hidl_freq = wpa_group_s->current_bss in notifyP2pGroupStarted()
1263 ? wpa_group_s->current_bss->freq in notifyP2pGroupStarted()
1264 : wpa_group_s->assoc_freq; in notifyP2pGroupStarted()
1276 std::placeholders::_1, wpa_group_s->ifname, hidl_is_go, in notifyP2pGroupStarted()
1278 hidl_freq, hidl_psk, ssid->passphrase, wpa_group_s->go_dev_addr, in notifyP2pGroupStarted()
1283 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, in notifyP2pGroupRemoved() argument
1286 if (!wpa_group_s || !wpa_group_s->parent || !ssid || !role) in notifyP2pGroupRemoved()
[all …]
Dhidl_manager.h107 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid,
110 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid,