Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/src/utils/
Dedit_readline.c115 void *ctx, const char *history_file, const char *ps) in edit_init() argument
130 if (ps) { in edit_init()
131 size_t blen = os_strlen(ps) + 3; in edit_init()
134 os_snprintf(ps2, blen, "%s> ", ps); in edit_init()
Dedit_simple.c70 void *ctx, const char *history_file, const char *ps) in edit_init() argument
76 ps2 = ps; in edit_init()
Dedit.h15 void *ctx, const char *history_file, const char *ps);
Dedit.c1116 void *ctx, const char *history_file, const char *ps) in edit_init() argument
1136 ps2 = ps; in edit_init()
Dbrowser.c183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title() argument
/hostap-latest/tests/hwsim/
Dstop.sh12 if ps $i | grep -q -E "wpa_supplicant|hostapd"; then
54 if ps $i | grep -q -E "wpa_supplicant|hostapd"; then
Dtest_ap_wps.py6571 ps = pad_len * struct.pack('B', pad_len)
6572 data += ps
7017 ps = pad_len * struct.pack('B', pad_len)
7018 data += ps
7035 ps = pad_len * struct.pack('B', pad_len)
7036 data += ps
7050 ps = pad_len * struct.pack('B', pad_len)
7051 data += ps
7834 ps = (pad_len - 1) * struct.pack('B', pad_len) + struct.pack('B', pad_len - 1)
7835 data += ps
[all …]
/hostap-latest/src/eapol_auth/
Deapol_auth_dump.c27 static inline const char * port_state_txt(PortState ps) in port_state_txt() argument
29 switch (ps) { in port_state_txt()
/hostap-latest/src/fst/
Dfst_ctrl_iface.c89 const struct fst_event_extra_peer_state *ps; in fst_ctrl_iface_notify() local
124 ps = &extra->peer_state; in fst_ctrl_iface_notify()
129 ps->connected ? FST_CEP_PNAME_CONNECTED : in fst_ctrl_iface_notify()
131 ps->ifname, MAC2STR(ps->addr)); in fst_ctrl_iface_notify()
/hostap-latest/wpa_supplicant/examples/
Dp2p-action-udhcp.sh16 if ps $PID | grep -q $NAME; then
Dp2p-action.sh16 if ps $PID | grep -q $NAME; then
/hostap-latest/src/common/
Dwpa_ctrl.c469 static char ps[WPA_CTRL_MAX_PS_NAME] = {}; in wpa_ctrl_get_remote_ifname() local
470 os_snprintf(ps, WPA_CTRL_MAX_PS_NAME, "%s/%s", in wpa_ctrl_get_remote_ifname()
472 return ps; in wpa_ctrl_get_remote_ifname()
/hostap-latest/tests/hwsim/auth_serv/
Dupdate.sh158 (echo -n 000; echo "obase=16;$SIZ" | bc) | xxd -r -ps > ocsp-multi-server-cache.der
/hostap-latest/wpa_supplicant/
Dwpa_cli.c4717 char *ps = NULL; in start_edit() local
4720 ps = wpa_ctrl_get_remote_ifname(ctrl_conn); in start_edit()
4737 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) { in start_edit()
/hostap-latest/src/crypto/
Dcrypto_openssl.c114 const BIGNUM **ps) in ECDSA_SIG_get0() argument
118 if (ps) in ECDSA_SIG_get0()
119 *ps = sig->s; in ECDSA_SIG_get0()