Home
last modified time | relevance | path

Searched refs:associate (Results 1 – 22 of 22) sorted by relevance

/hostap-latest/doc/
Ddriver_wrapper.doxygen103 associate with a specific BSS. Current Host AP driver and matching
118 provided to the driver interface in the associate call. This does not
123 selected cipher and key management suites in the associate call. If
161 - wpa_supplicant configures driver to associate with the selected BSS
167 - wpa_supplicant configures driver to associate with an SSID
Dctrl_iface.doxygen650 associate and take care of AP selection
/hostap-latest/hostapd/
DREADME-MULTI-AP84 If 'multi_ap' is 1 (backhaul BSS only), any station that tries to associate
87 If 'multi_ap' is 2 (fronthaul BSS only), any station that tries to associate
135 not follow the Multi-AP specification, wpa_supplicant will fail to associate.
Dandroid.config194 # available to the AP and the devices that may associate with it.
Ddefconfig368 # available to the AP and the devices that may associate with it.
DChangeLog855 authenticate or (re)associate request frames dropping association)
/hostap-latest/src/drivers/
Ddriver_zephyr.h271 int (*associate)(void *if_priv, member
Ddriver_privsep.c835 .associate = wpa_driver_privsep_associate,
Ddriver_zephyr.c1654 ret = dev_ops->associate(if_ctx->dev_priv, in wpa_drv_zep_associate()
2717 .associate = wpa_drv_zep_associate,
Ddriver_bsd.c1759 .associate = wpa_driver_bsd_associate,
Ddriver.h3212 int (*associate)(void *priv, member
Ddriver_wext.c2489 .associate = wpa_driver_wext_associate,
Ddriver_ndis.c3220 wpa_driver_ndis_ops.associate = wpa_driver_ndis_associate; in driver_ndis_init_ops()
Ddriver_nl80211.c14071 .associate = wpa_driver_nl80211_associate,
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt209 <3>Trying to associate with <DUT MAC address> (SSID='test-psk' freq=5240 MHz)
333 <3>Trying to associate with <DUT MAC address> (SSID='test-psk' freq=5240 MHz)
/hostap-latest/wpa_supplicant/
Ddriver_i.h62 if (wpa_s->driver->associate) { in wpa_drv_associate()
66 return wpa_s->driver->associate(wpa_s->drv_priv, params); in wpa_drv_associate()
Dwpa_priv.c304 if (iface->drv_priv == NULL || iface->driver->associate == NULL) in wpa_priv_cmd_associate()
339 res = iface->driver->associate(iface->drv_priv, &params); in wpa_priv_cmd_associate()
DREADME-HS20479 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
520 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
DREADME-Windows.txt187 wpa_supplicant tries to associate with the SSID without doing
DChangeLog1507 loop where the driver did not even try to associate
1760 refused to associate with open networks) [Bug 106]
1924 drivers that may take more than five second to associate
2107 wpa_supplicant in state where it will not associate before
2213 in associate() handler for other drivers, too (assuming the driver
2261 * driver_hostap: moved PrivacyInvoked configuration to associate()
2294 * added auth_alg to driver interface associate() parameters to make it
DREADME272 - wpa_supplicant requests the kernel driver to associate with the chosen
909 # At this point, the new network interface should start trying to associate
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml100 driver to associate with the chosen BSS</para>