wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ap_mlme.h
Go to the documentation of this file.
1 
7 #ifndef MLME_H
8 #define MLME_H
9 
11  struct sta_info *sta);
12 
14  struct sta_info *sta, u16 reason_code);
15 
16 void mlme_associate_indication(struct hostapd_data *hapd,
17  struct sta_info *sta);
18 
20  struct sta_info *sta);
21 
23  struct sta_info *sta, u16 reason_code);
24 
25 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd,
26  const u8 *addr);
27 
28 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
29 
30 #endif /* MLME_H */
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