Home
last modified time | relevance | path

Searched refs:nAcceptMac (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c896 sap_ctx->nAcceptMac = config->num_accept_mac; in wlansap_start_bss()
897 sap_sort_mac_list(sap_ctx->acceptMacList, sap_ctx->nAcceptMac); in wlansap_start_bss()
940 sap_ctx->nAcceptMac = config->num_accept_mac; in wlansap_set_mac_acl()
942 sap_ctx->nAcceptMac); in wlansap_set_mac_acl()
1008 (sap_ctx->nAcceptMac * QDF_MAC_ADDR_SIZE)); in wlansap_get_acl_accept_list()
1009 *nAcceptList = sap_ctx->nAcceptMac; in wlansap_get_acl_accept_list()
1044 for (i = 0; i < sap_ctx->nAcceptMac; i++) { in wlansap_clear_acl()
1049 sap_print_acl(sap_ctx->acceptMacList, sap_ctx->nAcceptMac); in wlansap_clear_acl()
1050 sap_ctx->nAcceptMac = 0; in wlansap_clear_acl()
1074 "size of accept and deny lists %d %d", sap_ctx->nAcceptMac, in wlansap_modify_acl()
[all …]
H A Dsap_internal.h166 uint16_t nAcceptMac; member
H A Dsap_fsm.c4287 (sap_ctx->acceptMacList, sap_ctx->nAcceptMac, peerMac, NULL)) in sap_is_peer_mac_allowed()