Lines Matching refs:IWiFiBaseFeature

148     ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
153 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
169 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
174 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
192 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
195 ret = g_wifi->getFeatureByIfName(nullptr, (struct IWiFiBaseFeature **)&apFeatureGet);
197 ret = g_wifi->getFeatureByIfName(ifName0, (struct IWiFiBaseFeature **)&apFeatureGet);
199 ret = g_wifi->getFeatureByIfName(apFeature->baseFeature.ifName, (struct IWiFiBaseFeature **)&apFeatureGet);
202 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
269 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
274 const char *ifName = apFeature->baseFeature.getNetworkIfaceName((const struct IWiFiBaseFeature *)apFeature);
282 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
298 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
303 type = apFeature->baseFeature.getFeatureType((struct IWiFiBaseFeature *)apFeature);
305 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
323 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
328 ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, nullptr, ETH_ADDR_LEN);
330 ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, mac, 0);
332 ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, errorMac, ETH_ADDR_LEN);
334 ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, mac, ETH_ADDR_LEN);
339 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
357 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
362 ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, nullptr, ETH_ADDR_LEN);
364 ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, mac, 0);
366 ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, errorMac, ETH_ADDR_LEN);
368 ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, mac, ETH_ADDR_LEN);
373 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
389 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
394 ret = apFeature->baseFeature.setTxPower((struct IWiFiBaseFeature *)apFeature, 0);
396 ret = apFeature->baseFeature.setTxPower((struct IWiFiBaseFeature *)apFeature, WLAN_TX_POWER);
399 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
417 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
420 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
431 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
449 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
452 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId);
463 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
479 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
494 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
514 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
517 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
533 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
544 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
551 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
562 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
569 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
587 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
603 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
621 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
637 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
654 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
664 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
681 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
692 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
709 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
720 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
737 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
748 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
765 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
775 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
792 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
803 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
820 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
831 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
848 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
859 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
880 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
911 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_NUM, (struct IWiFiBaseFeature **)&staFeature);
913 ret = g_wifi->createFeature(-1, (struct IWiFiBaseFeature **)&staFeature);
930 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
933 ret = g_wifi->getFeatureByIfName(nullptr, (struct IWiFiBaseFeature **)&staFeature);
935 ret = g_wifi->getFeatureByIfName(ifName0, (struct IWiFiBaseFeature **)&staFeature);
937 ret = g_wifi->getFeatureByIfName(staFeature->baseFeature.ifName, (struct IWiFiBaseFeature **)&staFeatureGet);
941 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1009 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1014 const char *ifName = staFeature->baseFeature.getNetworkIfaceName((const struct IWiFiBaseFeature *)staFeature);
1022 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1039 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1044 type = staFeature->baseFeature.getFeatureType((struct IWiFiBaseFeature *)staFeature);
1046 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1062 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1068 ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, nullptr, 0);
1070 ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, readMac, 0);
1072 ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, readMac, ETH_ADDR_LEN);
1075 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1091 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1097 ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, nullptr, 0);
1099 ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, readMac, 0);
1101 ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, readMac, ETH_ADDR_LEN);
1104 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1125 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1130 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1133 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1136 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1139 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1142 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1146 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1167 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1172 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
1175 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature, band, freqs, 10, &num);
1177 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
1180 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
1183 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
1187 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1203 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1208 ret = staFeature->baseFeature.setTxPower((struct IWiFiBaseFeature *)staFeature, -1);
1210 ret = staFeature->baseFeature.setTxPower((struct IWiFiBaseFeature *)staFeature, WLAN_TX_POWER);
1213 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1233 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1236 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId);
1254 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1271 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1276 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, nullptr);
1278 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
1282 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1299 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1304 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, nullptr);
1306 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId);
1310 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1329 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1343 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1360 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1373 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1396 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1413 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1438 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1444 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1469 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1475 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1500 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1506 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1531 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1537 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1561 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1578 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1603 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1609 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1634 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1640 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1665 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1671 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1696 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1702 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1723 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1737 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1757 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1764 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1784 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1791 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1811 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1818 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1838 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1853 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1873 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1880 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1900 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1907 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1927 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
1934 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
1955 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&apFeature);
1976 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)apFeature);
1996 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_AP, (struct IWiFiBaseFeature **)&staFeature);
2015 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
2034 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
2041 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
2128 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
2135 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
2171 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
2178 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
2199 ret = g_wifi->createFeature(PROTOCOL_80211_IFTYPE_STATION, (struct IWiFiBaseFeature **)&staFeature);
2207 ret = g_wifi->destroyFeature((struct IWiFiBaseFeature *)staFeature);
2269 g_wifi->createFeature(PROTOCOL_80211_IFTYPE_P2P_DEVICE, (struct IWiFiBaseFeature **)&p2pFeature);