14 struct sta_info *sta, u16 reason_code);
23 struct sta_info *sta, u16 reason_code);
25 void mlme_michaelmicfailure_indication(
struct hostapd_data *hapd,
Definition: sta_info.h:44
void mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta)
Report the establishment of an reassociation with a specific peer MAC entity.
Definition: ap_mlme.c:120
void mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta)
Report the establishment of an authentication relationship with a specific peer MAC entity...
Definition: ap_mlme.c:49
void mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code)
Report disassociation with a specific peer MAC entity.
Definition: ap_mlme.c:144
void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta)
Report the establishment of an association with a specific peer MAC entity.
Definition: ap_mlme.c:97
void mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code)
Report the invalidation of an authentication relationship with a specific peer MAC entity...
Definition: ap_mlme.c:73
hostapd per-BSS data structure
Definition: hostapd.h:103