Lines Matching refs:networkId
110 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
112 interface->AddNetwork(interface, ifName, &networkId);
119 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
121 interface->RemoveNetwork(interface, ifName, networkId);
128 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
130 interface->DisableNetwork(interface, ifName, networkId);
139 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
141 interface->SetNetwork(interface, ifName, networkId, name, value);
164 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
166 interface->SelectNetwork(interface, ifName, networkId);
173 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
175 interface->EnableNetwork(interface, ifName, networkId);
225 int networkId = 0;
228 interface->GetNetwork(interface, ifName, networkId, "ssid", value, 32);
560 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
562 interface->P2pSetRandomMac(interface, ifName, networkId);
610 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
613 interface->P2pAddGroup(interface, ifName, isPersistent, networkId, freq);
700 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
702 interface->P2pRemoveNetwork(interface, ifName, networkId);
709 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
713 interface->P2pSetGroupConfig(interface, ifName, networkId, name, value);
731 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
733 interface->P2pReinvoke(interface, ifName, networkId, bssid);
867 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
872 interface->P2pGetGroupConfig(interface, ifName, networkId, param, value, valueLen);
879 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData));
881 interface->P2pAddNetwork(interface, ifName, &networkId);