Searched refs:wpa_pairwise (Results 1 – 25 of 27) sorted by relevance
12
30 wpa_pairwise=CCMP
30 wpa_pairwise=TKIP
27 wpa_pairwise=TKIP
32 wpa_pairwise=CCMP
31 wpa_pairwise=CCMP
180 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()
375 conf.wpa_pairwise = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
52 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()
35 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()
265 params.wpa_pairwise = hapd->conf->wpa_pairwise; in hostapd_set_drv_ieee8021x()
128 int wpa_pairwise; member
263 int wpa_pairwise; member
57 bss->wpa_pairwise = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
884 if (conf->wpa_pairwise & WPA_CIPHER_CCMP) in hostapd_init_wps()886 if (conf->wpa_pairwise & WPA_CIPHER_TKIP) in hostapd_init_wps()
718 hapd->conf->rsn_pairwise : hapd->conf->wpa_pairwise; in ieee802_11_set_beacon()
1151 bss->wpa_pairwise = -1; in hostapd_disable_iface()
1208 !(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 …]
688 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()
85 wpa_pairwise=CCMP
278 conf.wpa_pairwise = WPA_CIPHER_CCMP; in auth_init_group()
454 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()
978 int wpa_pairwise; member