Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:driver

1818     } else if (os_strncmp(buf, "DRIVER ", 7) == 0) {
1846 * <ifname>TAB<confname>TAB<driver>TAB<ctrl_interface>TAB<driver_param>
1872 iface.driver = pos;
1876 if (iface.driver[0] == '\0')
1877 iface.driver = NULL;