/hostap-latest/src/utils/ |
D | edit_readline.c | 115 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()
|
D | edit_simple.c | 70 void *ctx, const char *history_file, const char *ps) in edit_init() argument 76 ps2 = ps; in edit_init()
|
D | edit.h | 15 void *ctx, const char *history_file, const char *ps);
|
D | edit.c | 1116 void *ctx, const char *history_file, const char *ps) in edit_init() argument 1136 ps2 = ps; in edit_init()
|
D | browser.c | 183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title() argument
|
/hostap-latest/tests/hwsim/ |
D | stop.sh | 12 if ps $i | grep -q -E "wpa_supplicant|hostapd"; then 54 if ps $i | grep -q -E "wpa_supplicant|hostapd"; then
|
D | test_ap_wps.py | 6571 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/ |
D | eapol_auth_dump.c | 27 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/ |
D | fst_ctrl_iface.c | 89 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/ |
D | p2p-action-udhcp.sh | 16 if ps $PID | grep -q $NAME; then
|
D | p2p-action.sh | 16 if ps $PID | grep -q $NAME; then
|
/hostap-latest/src/common/ |
D | wpa_ctrl.c | 469 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/ |
D | update.sh | 158 (echo -n 000; echo "obase=16;$SIZ" | bc) | xxd -r -ps > ocsp-multi-server-cache.der
|
/hostap-latest/wpa_supplicant/ |
D | wpa_cli.c | 4717 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/ |
D | crypto_openssl.c | 114 const BIGNUM **ps) in ECDSA_SIG_get0() argument 118 if (ps) in ECDSA_SIG_get0() 119 *ps = sig->s; in ECDSA_SIG_get0()
|