HomeSort by relevance Sort by last modified time
    Searched refs:set_prob_oper_freq (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 160 unsigned int set_prob_oper_freq:1; member in struct:wpa_driver_nl80211_data
driver.h 3725 int (*set_prob_oper_freq)(void *priv, unsigned int freq); member in struct:wpa_driver_ops
    [all...]
driver_nl80211_capa.c 732 drv->set_prob_oper_freq = 1;
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 919 if (!wpa_s->driver->set_prob_oper_freq)
921 return wpa_s->driver->set_prob_oper_freq(wpa_s->drv_priv, freq);

Completed in 45 milliseconds