Skip to content

Instantly share code, notes, and snippets.

@saeed

saeed/wpa_cli.c Secret

Last active April 2, 2018 21:49
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