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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 54 int (*remove_pmkid)(void *ctx, const u8 *bssid, const u8 *pmkid); member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 41 int (*remove_pmkid)(void *ctx, const u8 *bssid, const u8 *pmkid); member in struct:wpa_sm_ctx
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 685 * remove_pmkid - Remove PMKSA cache entry to the driver
696 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
702 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid); member in struct:wpa_driver_ops
714 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1193 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid); member in struct:wpa_driver_ops
    [all...]

Completed in 167 milliseconds