Replace wpa_supplicant_sta_rx() call with driver event
Get rid of wpa_supplicant_sta_rx() and add a new driver event that is marked to be used only with driver_test.c. In addition, remove this functionality from privsep wrapper. This is only use for client mode MLME testing with driver_test.c.
This commit is contained in:
parent
7d7d57b2dc
commit
245519e0cd
8 changed files with 44 additions and 73 deletions
|
@ -70,7 +70,6 @@ enum privsep_event {
|
|||
PRIVSEP_EVENT_STKSTART,
|
||||
PRIVSEP_EVENT_FT_RESPONSE,
|
||||
PRIVSEP_EVENT_RX_EAPOL,
|
||||
PRIVSEP_EVENT_STA_RX,
|
||||
};
|
||||
|
||||
#endif /* PRIVSEP_COMMANDS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue