HomeSort by relevance Sort by last modified time
    Searched full:new_sta (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_common.c 57 E2S(NEW_STA);
driver_wired.c 136 event.new_sta.addr = sa;
195 event.new_sta.addr = mac_address;
driver.h 3576 struct new_sta { struct in union:wpa_event_data
3578 } new_sta; member in union:wpa_event_data
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 64 " new_sta <addr> add a new station\n"
287 printf("Invalid 'new_sta' command - exactly one argument, STA "
291 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]);
807 { "new_sta", hostapd_cli_cmd_new_sta },
ctrl_iface.c 136 wpa_printf(MSG_DEBUG, "CTRL_IFACE NEW_STA %s", txtaddr);
924 } else if (os_strncmp(buf, "NEW_STA ", 8) == 0) {
    [all...]
ChangeLog 495 * added 'hostapd_cli new_sta <addr>' command for adding a new STA into
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 762 int new_sta = 0; local
782 new_sta = 1;
850 if (m1 || new_sta)
    [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 803 hostapd_event_new_sta(hapd, data->new_sta.addr);

Completed in 903 milliseconds