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

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 83 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY);
116 msg = nl80211_drv_msg(drv, 0, NL80211_CMD_VENDOR);
634 msg = nl80211_drv_msg(drv, 0, NL80211_CMD_STOP_SCHED_SCAN);
1044 if (!(msg = nl80211_drv_msg(drv, 0, NL80211_CMD_VENDOR)) ||
    [all...]
driver_nl80211.h 222 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags,
driver_nl80211.c 508 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags, function
    [all...]
driver_nl80211_capa.c 905 if (!(msg = nl80211_drv_msg(drv, 0, NL80211_CMD_VENDOR)) ||
998 if (!(msg = nl80211_drv_msg(drv, 0, NL80211_CMD_VENDOR)) ||
1084 if (!(msg = nl80211_drv_msg(drv, 0, NL80211_CMD_VENDOR)) ||
    [all...]

Completed in 53 milliseconds