Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 36) sorted by relevance

12

/hostap-latest/src/ap/
Dvlan_ifconfig.c19 int ifconfig_helper(const char *if_name, int up) in ifconfig_helper() argument
41 if (up) in ifconfig_helper()
49 __func__, if_name, up, strerror(errno)); in ifconfig_helper()
Dwmm.c216 unsigned int up, psb, dir, tid; in wmm_process_tspec() local
219 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
224 up, psb, dir, tid); in wmm_process_tspec()
Dvlan_util.h20 int ifconfig_helper(const char *if_name, int up);
/hostap-latest/wpa_supplicant/
Dwmm_ac.c75 u8 up = wmm_ac_get_user_priority(tspec); in wmm_ac_add_ts() local
76 u8 ac = up_to_ac[up]; in wmm_ac_add_ts()
95 ret = wpa_drv_add_ts(wpa_s, tsid, addr, up, admitted_time); in wmm_ac_add_ts()
666 u8 ac, tsid, up, dir; in wmm_ac_handle_addts_resp() local
671 up = wmm_ac_get_user_priority(tspec); in wmm_ac_handle_addts_resp()
672 ac = up_to_ac[up]; in wmm_ac_handle_addts_resp()
685 up != wmm_ac_get_user_priority(&req->tspec) || in wmm_ac_handle_addts_resp()
697 status_code, tsid, up, dir); in wmm_ac_handle_addts_resp()
854 u8 ac, up; in wpas_wmm_ac_status() local
886 up = wmm_ac_get_user_priority(tspec); in wpas_wmm_ac_status()
[all …]
DREADME-NAN-USD123 Publisher notification of a Follow-up message with no ssi (to enter
128 Subscriber sending a Follow-up message:
132 Publisher receiving the Follow-up message:
136 Publisher sending a Follow-up message:
140 Subscriber receiving the Follow-up message:
DREADME-Windows.txt81 This will end up using dynamically linked OpenSSL (i.e., .dll files are
144 Example steps in starting up wpa_supplicant:
274 be a long (half a minute or so) delay in starting up wpa_supplicant
278 To speed up wpa_supplicant start during system bootup, "Network
281 up Device Manager, select Show Hidden Devices, expand the "Non
Dtodo.txt54 drivers with ndiswrapper end up not being able to complete 4-way handshake
66 - clean up common.[ch]
DREADME-DPP81 It is assumed that an AP and client station are up by running hostapd
152 in config files, they are taken up in next restart), the client device
DChangeLog357 * added an option to abort an ongoing scan (used to speed up connection
570 * fixed some TDLS failure cases to clean up driver state
694 - fix a case where auto_interworking=1 could end up stopping scanning
1189 failures up to 10.
1265 * bsd: Cleaned up driver wrapper and added various low-level
1301 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
1304 * cleaned up various module interfaces
1316 * cleaned up AP mode operations to avoid need for virtual driver_ops
1324 unnecessary scans and to speed up association
1329 * fixed scan buffer processing with WEXT to handle up to 65535
[all …]
Deap_testing.txt238 1, but then ends up sending Access-Reject. Maybe an issue with TTLS
244 Radiator 3.17.1 (eval, with all patches up to and including 2007-05-25)
Dandroid.config317 # speed up DH and RSA calculation considerably
371 # making it easy to record everything happening from the driver up into the
410 # number generator and may by default start up with minimal entropy available
Ddefconfig367 # speed up DH and RSA calculation considerably
433 # making it easy to record everything happening from the driver up into the
472 # number generator and may by default start up with minimal entropy available
/hostap-latest/tests/hwsim/vm/
DREADME4 To set it up, first compile a kernel with the kernel-config[.uml] file as the
35 To speed up testing, it is possible to run multiple VMs concurrently and
37 memory and CPU resources, this can significantly speed up the full test
Dinside.sh106 ip link set lo up
140 ip link set eth0 up
Dexample-vm-setup.txt1 Step-by-step guide for setting up hostapd/wpa_supplicant test framework (VM)
106 (If that "PASS ap_open" line does not show up, something unexpected has
/hostap-latest/tests/hwsim/
Dexample-setup.txt1 Step-by-step guide for setting up hostapd/wpa_supplicant test framework
132 (If that "PASS ap_open" line does not show up, something unexpected has
145 up; e.g., a 4-core i7-4770K can run these in under 10 minutes with 7
Dstart.sh120 sudo ip link set hwsim0 up
Dwpasupplicant.py1023 def add_ts(self, tsid, up, direction="downlink", expect_failure=False, argument
1031 cmd = "WMM_AC_ADDTS %s tsid=%d up=%d" % (direction, tsid, up)
1038 raise Exception("ADDTS failed (tsid=%d up=%d)" % (tsid, up))
1054 if (tsid, up) not in self.tspecs():
/hostap-latest/wpa_supplicant/examples/
Dp2p-action-udhcp.sh27 ifconfig $GIFNAME 192.168.42.1 up
Dp2p-action.sh29 ifconfig $GIFNAME 192.168.42.1 up
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml79 icon pop-up messages.</para></listitem>
/hostap-latest/hostapd/
Ddefconfig191 # making it easy to record everything happening from the driver up into the
241 # may by default start up with minimal entropy available for random number
314 # speed up DH and RSA calculation considerably
DREADME-MULTI-AP78 hostapd sets up 4-address mode. Since there may be multiple stations connected
/hostap-latest/doc/
Dtesting_tools.doxygen147 For example, a memory leak (forgotten os_free() call) would show up
/hostap-latest/src/drivers/
Ddriver_atheros.c833 qos_map->dscp_exception[i].up = qos_map_set[i * 2 + 1]; in atheros_set_qos_map()
839 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
840 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()

12