Searched refs:softmac_capab_send (Results 1 – 1 of 1) sorted by relevance
43 static int softmac_capab_send(softmac_lower_t *, boolean_t);201 if ((err = softmac_capab_send(slp, B_FALSE)) != 0) in softmac_capab_enable()207 if ((err = softmac_capab_send(slp, B_TRUE)) != 0) in softmac_capab_enable()214 softmac_capab_send(softmac_lower_t *slp, boolean_t enable) in softmac_capab_send() function