• Home
  • Raw
  • Download

Lines Matching refs:hapd

58 void mlme_authenticate_indication(struct hostapd_data *hapd,  in mlme_authenticate_indication()  argument
61 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_authenticate_indication()
66 mlme_deletekeys_request(hapd, sta); in mlme_authenticate_indication()
82 void mlme_deauthenticate_indication(struct hostapd_data *hapd, in mlme_deauthenticate_indication() argument
85 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_deauthenticate_indication()
89 mlme_deletekeys_request(hapd, sta); in mlme_deauthenticate_indication()
105 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication() argument
107 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_associate_indication()
112 mlme_deletekeys_request(hapd, sta); in mlme_associate_indication()
130 void mlme_reassociate_indication(struct hostapd_data *hapd, in mlme_reassociate_indication() argument
133 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_reassociate_indication()
138 mlme_deletekeys_request(hapd, sta); in mlme_reassociate_indication()
154 void mlme_disassociate_indication(struct hostapd_data *hapd, in mlme_disassociate_indication() argument
157 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_disassociate_indication()
161 mlme_deletekeys_request(hapd, sta); in mlme_disassociate_indication()
165 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd, in mlme_michaelmicfailure_indication() argument
168 hostapd_logger(hapd, addr, HOSTAPD_MODULE_MLME, in mlme_michaelmicfailure_indication()
175 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request() argument
177 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, in mlme_deletekeys_request()