HomeSort by relevance Sort by last modified time
    Searched defs:pairwise (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant/
events.c 778 int pairwise; local
782 pairwise = (data && data->michael_mic_failure.unicast);
783 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
driver_ndis.c 841 const u8 *bssid, int pairwise)
851 if (pairwise)
857 if (!pairwise) {
871 int pairwise, int key_idx, int set_tx,
887 if (pairwise)
910 int res, pairwise; local
916 pairwise = 0;
920 /* Pairwise Key */
921 pairwise = 1;
927 pairwise);
1407 int pairwise = 0, group = 0; local
    [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 135 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
165 pairwise = "TKIP";
167 pairwise = "CCMP";
174 if (pairwise) {
175 setNetworkParam(id, "pairwise", pairwise, false);
346 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 166 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
196 pairwise = "TKIP";
198 pairwise = "CCMP";
205 if (pairwise) {
206 setNetworkParam(id, "pairwise", pairwise, false);
385 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 985 int pairwise; local
989 pairwise = (data && data->michael_mic_failure.unicast);
1007 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
1052 wpa_s->pending_mic_error_pairwise = pairwise;
1061 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
1064 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 138 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
168 pairwise = "TKIP";
170 pairwise = "CCMP";
177 if (pairwise) {
178 setNetworkParam(id, "pairwise", pairwise, false);
360 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 237 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
267 pairwise = "TKIP";
269 pairwise = "CCMP";
276 if (pairwise) {
277 setNetworkParam(id, "pairwise", pairwise, false);
535 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 1178 const u8 *bssid, int pairwise)
1191 if (pairwise)
1200 if (0 /* !pairwise */) {
1212 int pairwise, int key_idx, int set_tx,
1252 int res, pairwise; local
1263 pairwise = 0;
1266 /* Pairwise Key */
1267 pairwise = 1;
1273 pairwise);
1277 return wpa_driver_ralink_add_wep(drv, pairwise, key_idx
    [all...]
driver_ndis.c 853 const u8 *bssid, int pairwise)
863 if (pairwise)
869 if (!pairwise) {
883 int pairwise, int key_idx, int set_tx,
899 if (pairwise)
923 int res, pairwise; local
929 pairwise = 0;
933 /* Pairwise Key */
934 pairwise = 1;
940 pairwise);
1440 int pairwise = 0, group = 0; local
    [all...]
  /external/qemu/target-arm/
translate.c 4116 int pairwise; local
    [all...]

Completed in 327 milliseconds