Home | History | Annotate | Download | only in src

Lines Matching refs:wai

1146             if (pCmdInterpret->wai.iw_auth_cipher_pairwise & IW_AUTH_CIPHER_CCMP)
1148 else if (pCmdInterpret->wai.iw_auth_cipher_pairwise & IW_AUTH_CIPHER_TKIP)
1150 else if (pCmdInterpret->wai.iw_auth_cipher_pairwise & (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104))
1152 else if (pCmdInterpret->wai.iw_auth_cipher_group & IW_AUTH_CIPHER_CCMP)
1154 else if (pCmdInterpret->wai.iw_auth_cipher_group & IW_AUTH_CIPHER_TKIP)
1187 pCmdInterpret->wai.iw_auth_wpa_version = wrqu->param.value;
1190 pCmdInterpret->wai.iw_auth_cipher_pairwise = wrqu->param.value;
1193 pCmdInterpret->wai.iw_auth_cipher_group = wrqu->param.value;
1196 pCmdInterpret->wai.iw_auth_key_mgmt = wrqu->param.value;
1199 pCmdInterpret->wai.iw_auth_80211_auth_alg = wrqu->param.value;
1223 wrqu->param.value = pCmdInterpret->wai.iw_auth_wpa_version;
1226 wrqu->param.value = pCmdInterpret->wai.iw_auth_cipher_pairwise;
1229 wrqu->param.value = pCmdInterpret->wai.iw_auth_cipher_group;
1232 wrqu->param.value = pCmdInterpret->wai.iw_auth_key_mgmt;
1235 wrqu->param.value = pCmdInterpret->wai.iw_auth_80211_auth_alg;
1856 pCmdInterpret->wai.iw_auth_wpa_version, pCmdInterpret->wai.iw_auth_80211_auth_alg,
1857 pCmdInterpret->wai.iw_auth_key_mgmt, pCmdInterpret->wai.iw_auth_cipher_pairwise,
1858 pCmdInterpret->wai.iw_auth_cipher_group);
1863 if (pCmdInterpret->wai.iw_auth_wpa_version & IW_AUTH_WPA_VERSION_WPA2)
1865 if (pCmdInterpret->wai.iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_802_1X)
1869 } else if (pCmdInterpret->wai.iw_auth_wpa_version & IW_AUTH_WPA_VERSION_WPA)
1871 if (pCmdInterpret->wai.iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_802_1X)
1873 else if (pCmdInterpret->wai.iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_PSK)
1877 } else if (pCmdInterpret->wai.iw_auth_80211_auth_alg & IW_AUTH_ALG_SHARED_KEY)
1879 if (pCmdInterpret->wai.iw_auth_80211_auth_alg & IW_AUTH_ALG_OPEN_SYSTEM)
1886 if (pCmdInterpret->wai.iw_auth_cipher_pairwise & IW_AUTH_CIPHER_CCMP)
1888 else if (pCmdInterpret->wai.iw_auth_cipher_pairwise & IW_AUTH_CIPHER_TKIP)
1890 else if (pCmdInterpret->wai.iw_auth_cipher_pairwise &
1893 else if (pCmdInterpret->wai.iw_auth_cipher_group & IW_AUTH_CIPHER_CCMP)
1895 else if (pCmdInterpret->wai.iw_auth_cipher_group & IW_AUTH_CIPHER_TKIP)