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

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 46 android_wifi_priv_cmd priv_cmd; local
51 os_memset(&priv_cmd, 0, sizeof(priv_cmd));
57 priv_cmd.buf = buf;
58 priv_cmd.used_len = sizeof(buf);
59 priv_cmd.total_len = sizeof(buf);
60 ifr.ifr_data = &priv_cmd;
80 android_wifi_priv_cmd priv_cmd; local
124 memset(&priv_cmd, 0, sizeof(priv_cmd));
    [all...]
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 74 android_wifi_priv_cmd priv_cmd; local
91 memset(&priv_cmd, 0, sizeof(priv_cmd));
95 priv_cmd.buf = buf;
96 priv_cmd.used_len = buf_len;
97 priv_cmd.total_len = buf_len;
98 ifr.ifr_data = &priv_cmd;
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 75 android_wifi_priv_cmd priv_cmd; local
111 memset(&priv_cmd, 0, sizeof(priv_cmd));
115 priv_cmd.bufaddr = (u64)(uintptr_t)buf;
117 priv_cmd.bufaddr = buf;
119 priv_cmd.used_len = buf_len;
120 priv_cmd.total_len = buf_len;
121 ifr.ifr_data = &priv_cmd;
  /test/vts-testcase/security/poc/target/kernel_wifi/31707909/
poc.cpp 72 android_wifi_priv_cmd priv_cmd; local

Completed in 306 milliseconds