/wpa_cli.c Secret
Last active
April 2, 2018 21:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static int wpa_cli_cmd_sample_change_nl80211(struct wpa_ctrl *ctrl, int argc, | |
char *argv[]) | |
{ | |
return wpa_cli_cmd(ctrl, "SAMPLE_CHANGE_NL80211", 1, argc, argv); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment