/hostap-latest/tests/remote/ |
D | test_monitor.py | 40 head, tail = os.path.split(log) 41 output = output + "\t" + local_log_dir + "/" + tail + "\n"
|
/hostap-latest/ |
D | build_release | 17 DATEw=`head -n 3 wpa_supplicant/ChangeLog | tail -n 1 | sed "s/ .*//"` 18 DATEh=`head -n 3 hostapd/ChangeLog | tail -n 1 | sed "s/ .*//"`
|
/hostap-latest/src/ap/ |
D | beacon.c | 2177 u8 *tail = NULL; in ieee802_11_build_ap_params() local 2246 tailpos = tail = os_malloc(tail_len); in ieee802_11_build_ap_params() 2247 if (head == NULL || tail == NULL) { in ieee802_11_build_ap_params() 2250 os_free(tail); in ieee802_11_build_ap_params() 2253 tailend = tail + tail_len; in ieee802_11_build_ap_params() 2302 hapd->cs_c_off_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params() 2320 hapd->cs_c_off_ecsa_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params() 2330 os_free(tail); in ieee802_11_build_ap_params() 2394 hapd->cca_c_off_beacon = cca_pos - tail - 2; in ieee802_11_build_ap_params() 2451 tailpos = hostapd_eid_mbo(hapd, tailpos, tail + tail_len - tailpos); in ieee802_11_build_ap_params() [all …]
|
D | hostapd.c | 4136 os_free(beacon->tail); in free_beacon_data() 4137 beacon->tail = NULL; in free_beacon_data() 4174 beacon->tail = os_memdup(params.tail, params.tail_len); in hostapd_build_beacon_data() 4175 if (!beacon->tail) in hostapd_build_beacon_data()
|
/hostap-latest/wpa_supplicant/examples/ |
D | wps-ap-cli | 19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
|
/hostap-latest/wpa_supplicant/ |
D | config_file.c | 305 struct wpa_ssid *ssid, *tail, *head; in wpa_config_read() local 322 tail = head = config->ssid; in wpa_config_read() 323 while (tail && tail->next) in wpa_config_read() 324 tail = tail->next; in wpa_config_read() 350 head = tail = ssid; in wpa_config_read() 352 tail->next = ssid; in wpa_config_read() 353 tail = ssid; in wpa_config_read()
|
D | config_winreg.c | 386 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; in wpa_config_read_networks() local 428 head = tail = ssid; in wpa_config_read_networks() 430 tail->next = ssid; in wpa_config_read_networks() 431 tail = ssid; in wpa_config_read_networks()
|
/hostap-latest/tests/hwsim/ |
D | run-all.sh | 149 if tail -100 $LOGDIR/auth_serv | grep -q MEMLEAK; then
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | update.sh | 177 grep CN=server.w1.fi test-ca/index.txt | tail -1 >> index.txt.new 182 SERIAL=`grep CN=server.w1.fi test-ca/index.txt | tail -1 | cut -f4`
|
/hostap-latest/src/radius/ |
D | radius_server.c | 2041 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local 2061 clients = tail = NULL; in radius_server_read_clients() 2168 if (tail == NULL) { in radius_server_read_clients() 2169 clients = tail = entry; in radius_server_read_clients() 2171 tail->next = entry; in radius_server_read_clients() 2172 tail = entry; in radius_server_read_clients()
|
/hostap-latest/src/wps/ |
D | wps_upnp.c | 653 const char *tail = "</e:propertyset>\n"; in subscription_first_event() local 695 wpabuf_put_str(buf, tail); in subscription_first_event()
|
/hostap-latest/hs20/server/ca/ |
D | setup.sh | 192 openssl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > log…
|
/hostap-latest/src/drivers/ |
D | driver.h | 1432 u8 *tail; member 2733 u8 *head, *tail; member
|
D | driver_nl80211.c | 5091 params->tail, params->tail_len); in wpa_driver_nl80211_set_ap() 5103 params->tail) || in wpa_driver_nl80211_set_ap() 11242 (settings->tail && in set_beacon_data() 11244 settings->tail_len, settings->tail)) || in set_beacon_data() 11329 if (!settings->beacon_csa.tail) in nl80211_switch_channel() 11337 (settings->beacon_csa.tail[csa_c_off_bcn] != in nl80211_switch_channel() 11425 if (!settings->beacon_cca.tail) in nl80211_switch_color() 11429 settings->beacon_cca.tail[settings->counter_offset_beacon] != in nl80211_switch_color()
|
D | driver_zephyr.c | 2119 wpa_hexdump(MSG_EXCESSIVE, "Beacon tail", params->tail, params->tail_len); in wpa_drv_zep_set_ap()
|
/hostap-latest/hostapd/ |
D | config_file.c | 257 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local 553 if (tail == NULL) { in hostapd_config_read_eap_user() 554 tail = new_user = user; in hostapd_config_read_eap_user() 556 tail->next = user; in hostapd_config_read_eap_user() 557 tail = user; in hostapd_config_read_eap_user()
|