Lines Matching refs:ifname
331 * to the provided ifname.
333 * @param ifname Name of the iface.
342 getApIface(string ifname) generates (WifiStatus status, IWifiApIface iface);
345 * Removes the AP Iface with the provided ifname.
349 * @param ifname Name of the iface.
356 removeApIface(string ifname) generates (WifiStatus status);
391 * to the provided ifname.
393 * @param ifname Name of the iface.
402 getNanIface(string ifname) generates (WifiStatus status, IWifiNanIface iface);
405 * Removes the NAN Iface with the provided ifname.
409 * @param ifname Name of the iface.
416 removeNanIface(string ifname) generates (WifiStatus status);
451 * to the provided ifname.
453 * @param ifname Name of the iface.
462 getP2pIface(string ifname) generates (WifiStatus status, IWifiP2pIface iface);
465 * Removes the P2P Iface with the provided ifname.
469 * @param ifname Name of the iface.
476 removeP2pIface(string ifname) generates (WifiStatus status);
511 * to the provided ifname.
513 * @param ifname Name of the iface.
522 getStaIface(string ifname) generates (WifiStatus status, IWifiStaIface iface);
525 * Removes the STA Iface with the provided ifname.
529 * @param ifname Name of the iface.
536 removeStaIface(string ifname) generates (WifiStatus status);