Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 16 of 16) sorted by relevance

/hostap-latest/tests/remote/
Dtest_monitor.py40 head, tail = os.path.split(log)
41 output = output + "\t" + local_log_dir + "/" + tail + "\n"
/hostap-latest/
Dbuild_release17 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/
Dbeacon.c2177 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 …]
Dhostapd.c4136 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/
Dwps-ap-cli19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
/hostap-latest/wpa_supplicant/
Dconfig_file.c305 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()
Dconfig_winreg.c386 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/
Drun-all.sh149 if tail -100 $LOGDIR/auth_serv | grep -q MEMLEAK; then
/hostap-latest/tests/hwsim/auth_serv/
Dupdate.sh177 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/
Dradius_server.c2041 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/
Dwps_upnp.c653 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/
Dsetup.sh192 openssl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > log…
/hostap-latest/src/drivers/
Ddriver.h1432 u8 *tail; member
2733 u8 *head, *tail; member
Ddriver_nl80211.c5091 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()
Ddriver_zephyr.c2119 wpa_hexdump(MSG_EXCESSIVE, "Beacon tail", params->tail, params->tail_len); in wpa_drv_zep_set_ap()
/hostap-latest/hostapd/
Dconfig_file.c257 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()