HomeSort by: relevance | last modified time | path
    Searched refs:pasn_groups (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 122 int *pasn_groups; member in struct:pasn_data
pasn_responder.c 609 const int *groups = pasn->pasn_groups;
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 946 int *pasn_groups; member in struct:hostapd_bss_config
ap_config.c 1010 os_free(conf->pasn_groups);
ieee802_11.c 2649 pasn->pasn_groups = hapd->conf->pasn_groups;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 5028 } else if (os_strcmp(buf, "pasn_groups") == 0) {
5029 if (hostapd_parse_intlist(&bss->pasn_groups, pos)) {
5031 "Line %d: Invalid pasn_groups value '%s'",

Completed in 38 milliseconds