HomeSort by relevance Sort by last modified time
    Searched refs:wpa_config_write_cipher (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
config.c 717 static char * wpa_config_write_cipher(int cipher) function
806 return wpa_config_write_cipher(ssid->pairwise_cipher);
836 return wpa_config_write_cipher(ssid->group_cipher);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 718 static char * wpa_config_write_cipher(int cipher) function
807 return wpa_config_write_cipher(ssid->pairwise_cipher);
837 return wpa_config_write_cipher(ssid->group_cipher);
    [all...]

Completed in 30 milliseconds