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

  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 125 char *_cmd = "SET_AP_WPS_P2P_IE"; local
143 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
150 strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie));
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 132 char *_cmd = "SET_AP_WPS_P2P_IE"; local
150 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
157 strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie));
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 397 const char *_cmd; local
408 _cmd = cmd_buf;
417 _cmd = cmd;
425 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems): function
141 exitstatus = _cmd(output, self._dir,
212 if _cmd(output, self._dir, cmd):
807 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
840 if _cmd(output, '/tmp', self._dict['Post-install-command']):
865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']):
    [all...]

Completed in 493 milliseconds