Searched refs:nl80211_pmkid (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.c | 9993 static int nl80211_pmkid(struct i802_bss *bss, int cmd, in nl80211_pmkid() function 10049 ret = nl80211_pmkid(bss, NL80211_CMD_SET_PMKSA, params, skip_pmk); in nl80211_add_pmkid() 10057 ret = nl80211_pmkid(bss, NL80211_CMD_SET_PMKSA, params, true); in nl80211_add_pmkid() 10083 ret = nl80211_pmkid(bss, NL80211_CMD_DEL_PMKSA, params, true); in nl80211_remove_pmkid()
|