Searched refs:wpa_group_s (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | hidl_manager.cpp | 1376 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, in notifyP2pGroupStarted() argument 1379 if (!wpa_group_s || !wpa_group_s->parent || !ssid) in notifyP2pGroupStarted() 1383 struct wpa_supplicant *wpa_s = getTargetP2pIfaceForGroup(wpa_group_s); in notifyP2pGroupStarted() 1387 uint32_t hidl_freq = wpa_group_s->current_bss in notifyP2pGroupStarted() 1388 ? wpa_group_s->current_bss->freq in notifyP2pGroupStarted() 1389 : wpa_group_s->assoc_freq; in notifyP2pGroupStarted() 1399 struct p2p_device *dev = p2p_get_device(p2p, wpa_group_s->go_dev_addr); in notifyP2pGroupStarted() 1402 p2p->cfg->dev_found(p2p->cfg->cb_ctx, wpa_group_s->go_dev_addr, in notifyP2pGroupStarted() 1411 std::placeholders::_1, wpa_group_s->ifname, hidl_is_go, in notifyP2pGroupStarted() 1413 hidl_freq, hidl_psk, ssid->passphrase, wpa_group_s->go_dev_addr, in notifyP2pGroupStarted() [all …]
|
D | p2p_iface.cpp | 1072 struct wpa_supplicant* wpa_group_s = in setGroupIdleInternal() local 1074 if (!wpa_group_s) { in setGroupIdleInternal() 1077 wpa_group_s->conf->p2p_group_idle = timeout_in_sec; in setGroupIdleInternal() 1084 struct wpa_supplicant* wpa_group_s = in setPowerSaveInternal() local 1086 if (!wpa_group_s) { in setPowerSaveInternal() 1089 if (wpa_drv_set_p2p_powersave(wpa_group_s, enable, -1, -1)) { in setPowerSaveInternal() 1255 struct wpa_supplicant* wpa_group_s = in removeGroupInternal() local 1257 if (!wpa_group_s) { in removeGroupInternal() 1260 wpa_group_s->global->p2p_go_found_external_scan = 0; in removeGroupInternal() 1261 if (wpas_p2p_group_remove(wpa_group_s, group_ifname.c_str())) { in removeGroupInternal() [all …]
|
D | hidl_manager.h | 134 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid, 137 struct wpa_supplicant *wpa_group_s, const struct wpa_ssid *ssid,
|