Home
last modified time | relevance | path

Searched refs:wpa_pairwise (Results 1 – 25 of 27) sorted by relevance

12

/trueos/tools/tools/net80211/scripts/
HDsetup.wpa1.aes30 wpa_pairwise=CCMP
HDsetup.wpa30 wpa_pairwise=CCMP
HDsetup.wpa230 wpa_pairwise=CCMP
HDsetup.wpa1.tkip30 wpa_pairwise=TKIP
HDsetup.wpa2.tkip30 wpa_pairwise=TKIP
HDsetup.tsn27 wpa_pairwise=TKIP
HDsetup.updown.wpa32 wpa_pairwise=CCMP
HDsetup.mixed31 wpa_pairwise=CCMP
/trueos/contrib/wpa/wpa_supplicant/
HDap.c180 bss->wpa_pairwise = ssid->pairwise_cipher; in wpa_supplicant_conf_ap()
217 pairwise |= bss->wpa_pairwise; in wpa_supplicant_conf_ap()
220 bss->rsn_pairwise = bss->wpa_pairwise; in wpa_supplicant_conf_ap()
243 bss->wpa_pairwise = cipher; in wpa_supplicant_conf_ap()
251 bss->wpa_pairwise = cipher; in wpa_supplicant_conf_ap()
256 bss->wpa_pairwise = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
HDibss_rsn.c375 conf.wpa_pairwise = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
/trueos/contrib/wpa/src/ap/
HDwpa_auth_ie.c52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise); in wpa_write_wpa_ie()
55 conf->wpa_pairwise); in wpa_write_wpa_ie()
514 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise; in wpa_validate_wpa_ie()
HDwpa_auth_glue.c35 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()
HDap_drv_ops.c265 params.wpa_pairwise = hapd->conf->wpa_pairwise; in hostapd_set_drv_ieee8021x()
HDwpa_auth.h128 int wpa_pairwise; member
HDap_config.h263 int wpa_pairwise; member
HDap_config.c57 bss->wpa_pairwise = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
HDwps_hostapd.c884 if (conf->wpa_pairwise & WPA_CIPHER_CCMP) in hostapd_init_wps()
886 if (conf->wpa_pairwise & WPA_CIPHER_TKIP) in hostapd_init_wps()
HDbeacon.c718 hapd->conf->rsn_pairwise : hapd->conf->wpa_pairwise; in ieee802_11_set_beacon()
HDhostapd.c1151 bss->wpa_pairwise = -1; in hostapd_disable_iface()
/trueos/contrib/wpa/hostapd/
HDconfig_file.c1208 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) && in hostapd_config_check_bss()
2183 bss->wpa_pairwise = in hostapd_config_fill()
2185 if (bss->wpa_pairwise == -1 || in hostapd_config_fill()
2186 bss->wpa_pairwise == 0) in hostapd_config_fill()
2188 else if (bss->wpa_pairwise & in hostapd_config_fill()
2193 bss->wpa_pairwise, pos); in hostapd_config_fill()
2963 pairwise |= bss->wpa_pairwise; in hostapd_set_security_params()
2966 bss->rsn_pairwise = bss->wpa_pairwise; in hostapd_set_security_params()
2992 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
3000 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
[all …]
HDctrl_iface.c688 if ((hapd->conf->wpa & WPA_PROTO_WPA) && hapd->conf->wpa_pairwise) { in hostapd_ctrl_iface_get_config()
694 if (hapd->conf->wpa_pairwise & WPA_CIPHER_CCMP) { in hostapd_ctrl_iface_get_config()
700 if (hapd->conf->wpa_pairwise & WPA_CIPHER_GCMP) { in hostapd_ctrl_iface_get_config()
706 if (hapd->conf->wpa_pairwise & WPA_CIPHER_TKIP) { in hostapd_ctrl_iface_get_config()
HDREADME-WPS85 wpa_pairwise=CCMP
/trueos/contrib/wpa/wpa_supplicant/tests/
HDtest_wpa.c278 conf.wpa_pairwise = WPA_CIPHER_CCMP; in auth_init_group()
/trueos/contrib/wpa/src/drivers/
HDdriver_bsd.c454 if (params->wpa_pairwise & WPA_CIPHER_CCMP) in bsd_configure_wpa()
456 if (params->wpa_pairwise & WPA_CIPHER_TKIP) in bsd_configure_wpa()
458 if (params->wpa_pairwise & WPA_CIPHER_NONE) in bsd_configure_wpa()
HDdriver.h978 int wpa_pairwise; member

12